Tune the short block trigger a bit more
authorMonty <xiphmont@xiph.org>
Mon, 19 Jun 2000 06:34:10 +0000 (06:34 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 19 Jun 2000 06:34:10 +0000 (06:34 +0000)
Monty

svn path=/trunk/vorbis/; revision=458

include/vorbis/modes.h

index 00e96b0..5597c3f 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: modes.h,v 1.13 2000/06/18 12:33:47 xiphmont Exp $
+ last mod: $Id: modes.h,v 1.14 2000/06/19 06:34:10 xiphmont Exp $
 
  ********************************************************************/
 
@@ -68,12 +68,12 @@ static vorbis_info_psy _psy_set0={
 
   1,/* tonemaskp */
   {-80.,-80.,-80.,-80.,-100.}, /* remember that el 0,2 is a 80 dB curve */
-  {-35.,-40.,-60.,-80.,-80.}, /* remember that el 4 is an 80 dB curve, not 100 */
-  {-35.,-40.,-60.,-80.,-100.},
-  {-35.,-40.,-60.,-80.,-100.},
-  {-35.,-40.,-60.,-80.,-100.},
-  {-35.,-40.,-60.,-80.,-100.},
-  {-35.,-40.,-60.,-80.,-100.},  
+  {-40.,-40.,-60.,-80.,-80.}, /* remember that el 4 is an 80 dB curve, not 100 */
+  {-40.,-40.,-60.,-80.,-100.},
+  {-40.,-40.,-60.,-80.,-100.},
+  {-40.,-40.,-60.,-80.,-100.},
+  {-40.,-40.,-60.,-80.,-100.},
+  {-40.,-40.,-60.,-80.,-100.},  
 
   1,/* peakattp */
   {-12.,-12.,-12.,-16.,-16.},
@@ -88,7 +88,7 @@ static vorbis_info_psy _psy_set0={
   {-100.,-100.,-100.,-200.,-200.},
   {-100.,-100.,-100.,-200.,-200.},
   {-100.,-100.,-100.,-200.,-200.},
-  {-60.,-60.,-60.,-80.,-80.},
+  {-65.,-65.,-65.,-85.,-85.},
   {-60.,-60.,-60.,-80.,-80.},
   {-60.,-60.,-60.,-80.,-80.},
   {-52.,-55.,-60.,-80.,-80.},
@@ -197,7 +197,7 @@ vorbis_info info_A={
   /* psy */
   {&_psy_set0},
   /* thresh sample period, preecho clamp trigger threshhold, range */
-  128, 20, 2 
+  64, 15, 2 
 };
 
 #define PREDEF_INFO_MAX 0