[xiph-cvs] cvs commit: speex/libspeex sb_celp.c

Jean-Marc Valin jm at xiph.org
Wed Nov 27 12:36:41 PST 2002



jm          02/11/27 15:36:41

  Modified:    libspeex sb_celp.c
  Log:
  ...

Revision  Changes    Path
1.97      +2 -2      speex/libspeex/sb_celp.c

Index: sb_celp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/sb_celp.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- sb_celp.c	27 Nov 2002 05:22:47 -0000	1.96
+++ sb_celp.c	27 Nov 2002 20:36:41 -0000	1.97
@@ -359,8 +359,8 @@
       speex_encoder_ctl(st->st_low, SPEEX_GET_RELATIVE_QUALITY, &low_qual);
       if (ratio<-4)
          ratio=-4;
-      if (ratio>0)
-         ratio=0;
+      if (ratio>2)
+         ratio=2;
       /*if (ratio>-2)*/
       low_qual+=1.0*(ratio+2);
       /*{

<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