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-2002 *
9 * by the XIPHOPHORUS Company http://www.xiph.org/ *
11 ********************************************************************
13 function: toplevel settings for 32kHz
14 last mod: $Id: setup_32.h,v 1.4 2002/07/13 06:12:49 xiphmont Exp $
16 ********************************************************************/
18 static double rate_mapping_32[12]={
19 18000.,28000.,35000.,45000.,56000.,60000.,
20 75000.,90000.,100000.,115000.,150000.,190000.,
23 static double rate_mapping_32_un[12]={
24 30000.,42000.,52000.,64000.,72000.,78000.,
25 86000.,92000.,110000.,120000.,140000.,190000.,
28 static double _psy_lowpass_32[12]={
29 12.3,13.,13.,14.,15.,99.,99.,99.,99.,99.,99.,99.
32 ve_setup_data_template ve_setup_32_stereo={
43 _psy_tone_masteratt_44,
47 _vp_tonemask_adj_otherblock,
48 _vp_tonemask_adj_longblock,
49 _vp_tonemask_adj_otherblock,
52 _psy_noisebias_impulse,
53 _psy_noisebias_padding,
59 _psy_compand_short_mapping,
60 _psy_compand_long_mapping,
62 {_noise_start_short_44,_noise_start_long_44},
63 {_noise_part_short_44,_noise_part_long_44},
77 _floor_short_mapping_44,
78 _floor_long_mapping_44,
80 _mapres_template_44_stereo
83 ve_setup_data_template ve_setup_32_uncoupled={
94 _psy_tone_masteratt_44,
98 _vp_tonemask_adj_otherblock,
99 _vp_tonemask_adj_longblock,
100 _vp_tonemask_adj_otherblock,
103 _psy_noisebias_impulse,
104 _psy_noisebias_padding,
105 _psy_noisebias_trans,
110 _psy_compand_short_mapping,
111 _psy_compand_long_mapping,
113 {_noise_start_short_44,_noise_start_long_44},
114 {_noise_part_short_44,_noise_part_long_44},
128 _floor_short_mapping_44,
129 _floor_long_mapping_44,
131 _mapres_template_44_uncoupled