removed // commented dead code
authorRalph Giles <giles@xiph.org>
Sat, 13 Jul 2002 10:18:33 +0000 (10:18 +0000)
committerRalph Giles <giles@xiph.org>
Sat, 13 Jul 2002 10:18:33 +0000 (10:18 +0000)
svn path=/trunk/vorbis/; revision=3611

lib/envelope.c
lib/psy.c

index f3a6ecc..59ebab5 100644 (file)
@@ -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 @@ long _ve_envelope_search(vorbis_dsp_state *v){
 
     ve->mark[j+VE_POST]=0;
     if(ret&1){
-      //ve->mark[j-1]=1;
       ve->mark[j]=1;
       ve->mark[j+1]=1;
     }
index 05162de..05228bd 100644 (file)
--- a/lib/psy.c
+++ b/lib/psy.c
@@ -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 @@ void _vp_noise_normalize(vorbis_look_psy *p,
        }
       }
       
-      //if(!flag && i<3)i=0;
       for(;i<partition;i++){
        k=sortedindex[i+j-start];
        out[k]=0.;