[xiph-cvs] cvs commit: vorbis/lib/modes mode_A.h mode_AA.h mode_B.h

Monty xiphmont at xiph.org
Wed Jan 31 17:05:09 PST 2001



xiphmont    01/01/31 17:05:09

  Modified:    lib/modes mode_A.h mode_AA.h mode_B.h
  Log:
  Oops, had postecho turned up too high

Revision  Changes    Path
1.10      +2 -2      vorbis/lib/modes/mode_A.h

Index: mode_A.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_A.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mode_A.h	2001/02/01 01:03:30	1.9
+++ mode_A.h	2001/02/01 01:05:08	1.10
@@ -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 @@
   /* 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., 
 

1.6       +2 -2      vorbis/lib/modes/mode_AA.h

Index: mode_AA.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_AA.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mode_AA.h	2001/02/01 01:03:30	1.5
+++ mode_AA.h	2001/02/01 01:05:09	1.6
@@ -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 @@
   /* 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., 
 

1.9       +2 -2      vorbis/lib/modes/mode_B.h

Index: mode_B.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/mode_B.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mode_B.h	2001/02/01 01:03:30	1.8
+++ mode_B.h	2001/02/01 01:05:09	1.9
@@ -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 @@
   /* 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., 
 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list