summaryrefslogtreecommitdiff
path: root/lib/modes/setup_16.h
diff options
context:
space:
mode:
authorj <j@xiph.org>2008-04-01 10:47:58 +0000
committerj <j@xiph.org>2008-04-01 10:47:58 +0000
commitbec669ca77cb40eeb973db8bab451d917b6f2a8e (patch)
tree5cb6e8af257a6565d63743c30a9185b6a140245b /lib/modes/setup_16.h
parent6fffd23801d8abeb859051a4d57bd12c1c0dc9fb (diff)
downloadlibvorbis-git-vorbis-aotuv.tar.gz
import "aoTuV" beta5.5vorbis-aotuv
* based on libvorbis 1.2.0 * The noise control of the Impulse block was expanded. This is effective with the outstanding sample of the pre-echo. * The pre-echo reduction code came to work at a lower bit rate. * Noise Normalization was reviewed. As a result, the bug is revised. * The detailed tuning was done again. svn path=/branches/vorbis-aotuv/; revision=14647
Diffstat (limited to 'lib/modes/setup_16.h')
-rw-r--r--lib/modes/setup_16.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/modes/setup_16.h b/lib/modes/setup_16.h
index 6ce0c374..0ffc26a2 100644
--- a/lib/modes/setup_16.h
+++ b/lib/modes/setup_16.h
@@ -5,8 +5,8 @@
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
- * by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
+ * by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************
@@ -69,7 +69,7 @@ ve_setup_data_template ve_setup_16_stereo={
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
- _psy_noiseguards_8,
+ _psy_noiseguards_16,
_psy_noisebias_16_impulse,
_psy_noisebias_16_short,
_psy_noisebias_16_short,
@@ -121,7 +121,7 @@ ve_setup_data_template ve_setup_16_uncoupled={
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
- _psy_noiseguards_8,
+ _psy_noiseguards_16,
_psy_noisebias_16_impulse,
_psy_noisebias_16_short,
_psy_noisebias_16_short,