examples/SFExamples/oggvorbiscodec/src/libvorbis/lib/modes/setup_22.h

00001 /********************************************************************
00002  *                                                                  *
00003  * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
00004  * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
00005  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
00006  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
00007  *                                                                  *
00008  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
00009  * by the XIPHOPHORUS Company http://www.xiph.org/                  *
00010  *                                                                  *
00011  ********************************************************************
00012 
00013  function: 22kHz settings 
00014  last mod: $Id: setup_22.h 7187 2004-07-20 07:24:27Z xiphmont $
00015 
00016  ********************************************************************/
00017 
00018 static double rate_mapping_22[4]={
00019   15000.,20000.,44000.,86000.
00020 };
00021 
00022 static double rate_mapping_22_uncoupled[4]={
00023   16000.,28000.,50000.,90000.
00024 };
00025 
00026 static double _psy_lowpass_22[4]={9.5,11.,30.,99.};
00027 
00028 ve_setup_data_template ve_setup_22_stereo={
00029   3,
00030   rate_mapping_22,
00031   quality_mapping_16,
00032   2,
00033   19000,
00034   26000,
00035   
00036   blocksize_16_short,
00037   blocksize_16_long,
00038 
00039   _psy_tone_masteratt_16,
00040   _psy_tone_0dB,
00041   _psy_tone_suppress,
00042 
00043   _vp_tonemask_adj_16,
00044   _vp_tonemask_adj_16,
00045   _vp_tonemask_adj_16,
00046 
00047   _psy_noiseguards_8,
00048   _psy_noisebias_16_impulse,
00049   _psy_noisebias_16_short,
00050   _psy_noisebias_16_short,
00051   _psy_noisebias_16,
00052   _psy_noise_suppress,
00053   
00054   _psy_compand_8,
00055   _psy_compand_8_mapping,
00056   _psy_compand_8_mapping,
00057 
00058   {_noise_start_16,_noise_start_16},
00059   { _noise_part_16, _noise_part_16},
00060   _noise_thresh_16,
00061 
00062   _psy_ath_floater_16,
00063   _psy_ath_abs_16,
00064   
00065   _psy_lowpass_22,
00066 
00067   _psy_global_44,
00068   _global_mapping_16,
00069   _psy_stereo_modes_16,
00070 
00071   _floor_books,
00072   _floor,
00073   _floor_mapping_16_short,
00074   _floor_mapping_16,
00075 
00076   _mapres_template_16_stereo
00077 };
00078 
00079 ve_setup_data_template ve_setup_22_uncoupled={
00080   3,
00081   rate_mapping_22_uncoupled,
00082   quality_mapping_16,
00083   -1,
00084   19000,
00085   26000,
00086   
00087   blocksize_16_short,
00088   blocksize_16_long,
00089 
00090   _psy_tone_masteratt_16,
00091   _psy_tone_0dB,
00092   _psy_tone_suppress,
00093 
00094   _vp_tonemask_adj_16,
00095   _vp_tonemask_adj_16,
00096   _vp_tonemask_adj_16,
00097 
00098   _psy_noiseguards_8,
00099   _psy_noisebias_16_impulse,
00100   _psy_noisebias_16_short,
00101   _psy_noisebias_16_short,
00102   _psy_noisebias_16,
00103   _psy_noise_suppress,
00104   
00105   _psy_compand_8,
00106   _psy_compand_8_mapping,
00107   _psy_compand_8_mapping,
00108 
00109   {_noise_start_16,_noise_start_16},
00110   { _noise_part_16, _noise_part_16},
00111   _noise_thresh_16,
00112 
00113   _psy_ath_floater_16,
00114   _psy_ath_abs_16,
00115   
00116   _psy_lowpass_22,
00117 
00118   _psy_global_44,
00119   _global_mapping_16,
00120   _psy_stereo_modes_16,
00121 
00122   _floor_books,
00123   _floor,
00124   _floor_mapping_16_short,
00125   _floor_mapping_16,
00126 
00127   _mapres_template_16_uncoupled
00128 };

Generated by  doxygen 1.6.2