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

Monty xiphmont at xiph.org
Tue Aug 7 22:17:19 PDT 2001



xiphmont    01/08/07 22:17:19

  Modified:    lib      Tag: branch_monty_20010708 res0.c
               lib/modes Tag: branch_monty_20010708 mode_A.h
  Log:
  incremental commit.  bassrumble should be dead, as most (but not all) flutter

Revision  Changes    Path
No                   revision

No                   revision

1.32.2.6  +3 -3      vorbis/lib/res0.c

Index: res0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/res0.c,v
retrieving revision 1.32.2.5
retrieving revision 1.32.2.6
diff -u -r1.32.2.5 -r1.32.2.6
--- res0.c	2001/08/08 04:19:58	1.32.2.5
+++ res0.c	2001/08/08 05:17:17	1.32.2.6
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: residue backend 0, 1 and 2 implementation
- last mod: $Id: res0.c,v 1.32.2.5 2001/08/08 04:19:58 xiphmont Exp $
+ last mod: $Id: res0.c,v 1.32.2.6 2001/08/08 05:17:17 xiphmont Exp $
 
  ********************************************************************/
 
@@ -562,7 +562,7 @@
     }
   }
 
-  {
+  /*{
     long total=0;
     long totalbits=0;
     fprintf(stderr,"%d :: ",vb->mode);
@@ -573,7 +573,7 @@
     }
 
     fprintf(stderr,":: %ld:%1.2g\n",total,(double)totalbits/total);
-  }
+    }*/
   return(0);
 }
 

No                   revision

No                   revision

1.14.4.5.2.7 +4 -4      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.14.4.5.2.6
retrieving revision 1.14.4.5.2.7
diff -u -r1.14.4.5.2.6 -r1.14.4.5.2.7
--- mode_A.h	2001/08/08 04:20:06	1.14.4.5.2.6
+++ mode_A.h	2001/08/08 05:17:18	1.14.4.5.2.7
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: mode_A.h,v 1.14.4.5.2.6 2001/08/08 04:20:06 xiphmont Exp $
+ last mod: $Id: mode_A.h,v 1.14.4.5.2.7 2001/08/08 05:17:18 xiphmont Exp $
 
  ********************************************************************/
 
@@ -179,8 +179,8 @@
   5, 5, 10,
 
   /*63     125     250     500      1k      2k      4k       8k     16k*/
-  {-20,-20,-20,-20,-20,-20,-20,-10,  0,  0,  0,  0,  0,  1,  1,  2,  3},
-  {.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.4f,.7f,.8f,.9f,.9f,.9f},
+  {-30,-30,-30,-30,-30,-30,-30,-20,  0,  0,  0,  0,  0,  1,  1,  2,  3},
+  {.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.7f,.8f,.9f,.9f,.9f},
 
   95.f,  /* even decade + 5 is important; saves an rint() later in a
             tight loop) */
@@ -196,7 +196,7 @@
   0.f,
 
   /* tonemask */
-  1,  0.f,&_vp_tonemask_A,
+  1,  0.f,&_vp_tonemask_consbass_A,
   /* peakattp */
   1,  &_vp_peakatt_A,
 
@@ -206,7 +206,7 @@
       10,10,100,
 
   /*63     125     250     500      1k      2k      4k       8k     16k*/
-  { 0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0},
+  {  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,   0,  0,  0,  0},
   {.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.5f,.7f,.75f,.8f,.8f,.85f},
 
   95.f,  /* even decade + 5 is important; saves an rint() later in a

--- >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