Oops, had postecho turned up too high
authorMonty <xiphmont@xiph.org>
Thu, 1 Feb 2001 01:05:09 +0000 (01:05 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 1 Feb 2001 01:05:09 +0000 (01:05 +0000)
svn path=/trunk/vorbis/; revision=1234

lib/modes/mode_A.h
lib/modes/mode_AA.h
lib/modes/mode_B.h

index 037df90..c52bb20 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: mode_A.h,v 1.9 2001/02/01 01:03:30 xiphmont Exp $
+ last mod: $Id: mode_A.h,v 1.10 2001/02/01 01:05:08 xiphmont Exp $
 
  ********************************************************************/
 
@@ -312,7 +312,7 @@ codec_setup_info info_A={
   /* psy */
   {&_psy_set_A0,&_psy_set_A},
   /* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
-  256, 20.f, -20.f, -96.f,
+  256, 20.f, -26.f, -96.f,
 
   -10., 
 
index afbb9ef..d50e5b4 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: mode_AA.h,v 1.5 2001/02/01 01:03:30 xiphmont Exp $
+ last mod: $Id: mode_AA.h,v 1.6 2001/02/01 01:05:09 xiphmont Exp $
 
  ********************************************************************/
 
@@ -312,7 +312,7 @@ codec_setup_info info_AA={
   /* psy */
   {&_psy_set_AA0,&_psy_set_AA},
   /* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
-  256, 22.f, -22.f, -96.f,
+  256, 22.f, -26.f, -96.f,
 
   -10., 
 
index 93e93aa..ffff4e3 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: mode_B.h,v 1.8 2001/02/01 01:03:30 xiphmont Exp $
+ last mod: $Id: mode_B.h,v 1.9 2001/02/01 01:05:09 xiphmont Exp $
 
  ********************************************************************/
 
@@ -312,7 +312,7 @@ codec_setup_info info_B={
   /* psy */
   {&_psy_set_B0,&_psy_set_B},
   /* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
-  256, 20.f, -20.f, -96.f,
+  256, 20.f, -24.f, -96.f,
 
   -10.,