[xiph-cvs] cvs commit: vorbis/lib envelope.c psy.c

Ralph Giles giles at xiph.org
Sat Jul 13 03:18:35 PDT 2002



giles       02/07/13 03:18:35

  Modified:    lib      envelope.c psy.c
  Log:
  removed // commented dead code

Revision  Changes    Path
1.52      +1 -2      vorbis/lib/envelope.c

Index: envelope.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/envelope.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- envelope.c	2002/07/11 06:40:48	1.51
+++ envelope.c	2002/07/13 10:18:33	1.52
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: PCM data envelope analysis 
- last mod: $Id: envelope.c,v 1.51 2002/07/11 06:40:48 xiphmont Exp $
+ last mod: $Id: envelope.c,v 1.52 2002/07/13 10:18:33 giles Exp $
 
  ********************************************************************/
 
@@ -245,7 +245,6 @@
 
     ve->mark[j+VE_POST]=0;
     if(ret&1){
-      //ve->mark[j-1]=1;
       ve->mark[j]=1;
       ve->mark[j+1]=1;
     }

<p><p>1.74      +1 -2      vorbis/lib/psy.c

Index: psy.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/psy.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- psy.c	2002/07/13 06:12:46	1.73
+++ psy.c	2002/07/13 10:18:33	1.74
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: psychoacoustics not including preecho
- last mod: $Id: psy.c,v 1.73 2002/07/13 06:12:46 xiphmont Exp $
+ last mod: $Id: psy.c,v 1.74 2002/07/13 10:18:33 giles Exp $
 
  ********************************************************************/
 
@@ -1032,7 +1032,6 @@
         }
       }
       
-      //if(!flag && i<3)i=0;
       for(;i<partition;i++){
         k=sortedindex[i+j-start];
         out[k]=0.;

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