1 /********************************************************************
3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
9 * by the Xiph.Org Foundation http://www.xiph.org/ *
11 ********************************************************************
13 function: catch-all toplevel settings for q modes only
14 last mod: $Id: setup_X.h 16894 2010-02-12 20:32:12Z xiphmont $
16 ********************************************************************/
18 static const double rate_mapping_X[12]={
19 -1.,-1.,-1.,-1.,-1.,-1.,
20 -1.,-1.,-1.,-1.,-1.,-1.
23 static const ve_setup_data_template ve_setup_X_stereo={
34 _psy_tone_masteratt_44,
38 _vp_tonemask_adj_otherblock,
39 _vp_tonemask_adj_longblock,
40 _vp_tonemask_adj_otherblock,
43 _psy_noisebias_impulse,
44 _psy_noisebias_padding,
50 _psy_compand_short_mapping,
51 _psy_compand_long_mapping,
53 {_noise_start_short_44,_noise_start_long_44},
54 {_noise_part_short_44,_noise_part_long_44},
71 _mapres_template_44_stereo
74 static const ve_setup_data_template ve_setup_X_uncoupled={
85 _psy_tone_masteratt_44,
89 _vp_tonemask_adj_otherblock,
90 _vp_tonemask_adj_longblock,
91 _vp_tonemask_adj_otherblock,
94 _psy_noisebias_impulse,
95 _psy_noisebias_padding,
101 _psy_compand_short_mapping,
102 _psy_compand_long_mapping,
104 {_noise_start_short_44,_noise_start_long_44},
105 {_noise_part_short_44,_noise_part_long_44},
122 _mapres_template_44_uncoupled
125 static const ve_setup_data_template ve_setup_XX_stereo={
136 _psy_tone_masteratt_8,
152 _psy_compand_8_mapping,
155 {_noise_start_8,_noise_start_8},
156 {_noise_part_8,_noise_part_8},
173 _mapres_template_8_stereo
176 static const ve_setup_data_template ve_setup_XX_uncoupled={
187 _psy_tone_masteratt_8,
203 _psy_compand_8_mapping,
206 {_noise_start_8,_noise_start_8},
207 {_noise_part_8,_noise_part_8},
224 _mapres_template_8_uncoupled