Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/lib/modes/setup_44u.h @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 2.0 KB
Line 
1/********************************************************************
2 *                                                                  *
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.       *
7 *                                                                  *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007             *
9 * by the Xiph.Org Foundation http://www.xiph.org/                  *
10 *                                                                  *
11 ********************************************************************
12
13 function: toplevel settings for 44.1/48kHz uncoupled modes
14 last mod: $Id: setup_44u.h 13293 2007-07-24 00:09:47Z xiphmont $
15
16 ********************************************************************/
17
18#include "modes/residue_44u.h"
19
20static double rate_mapping_44_un[12]={
21  32000.,48000.,60000.,70000.,80000.,86000.,
22  96000.,110000.,120000.,140000.,160000.,240001.
23};
24
25ve_setup_data_template ve_setup_44_uncoupled={
26  11,
27  rate_mapping_44_un,
28  quality_mapping_44,
29  -1,
30  40000,
31  50000,
32 
33  blocksize_short_44,
34  blocksize_long_44,
35
36  _psy_tone_masteratt_44,
37  _psy_tone_0dB,
38  _psy_tone_suppress,
39
40  _vp_tonemask_adj_otherblock,
41  _vp_tonemask_adj_longblock,
42  _vp_tonemask_adj_otherblock,
43
44  _psy_noiseguards_44,
45  _psy_noisebias_impulse,
46  _psy_noisebias_padding,
47  _psy_noisebias_trans,
48  _psy_noisebias_long,
49  _psy_noise_suppress,
50 
51  _psy_compand_44,
52  _psy_compand_short_mapping,
53  _psy_compand_long_mapping,
54
55  {_noise_start_short_44,_noise_start_long_44},
56  {_noise_part_short_44,_noise_part_long_44},
57  _noise_thresh_44,
58
59  _psy_ath_floater,
60  _psy_ath_abs,
61 
62  _psy_lowpass_44,
63
64  _psy_global_44,
65  _global_mapping_44,
66  NULL,
67
68  _floor_books,
69  _floor,
70  _floor_short_mapping_44,
71  _floor_long_mapping_44,
72
73  _mapres_template_44_uncoupled
74};
Note: See TracBrowser for help on using the repository browser.