summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-10-10 22:47:29 +0000
committerMonty <xiphmont@xiph.org>2000-10-10 22:47:29 +0000
commit2450bee7b5e0dd3ccf2cc0a4ecaa4f6be120cbbd (patch)
tree74b74c51da64a50e29e8c77de2ce01a3c51447ef
parentb37eaf9370131d1b026dd6d354001cbecb84d93e (diff)
downloadlibvorbis-git-2450bee7b5e0dd3ccf2cc0a4ecaa4f6be120cbbd.tar.gz
Remove some debugging output from LSP root finder.
Monty svn path=/branches/branch_postbeta2/vorbis/; revision=726
-rw-r--r--lib/lsp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/lsp.c b/lib/lsp.c
index 2312e023..21bc9973 100644
--- a/lib/lsp.c
+++ b/lib/lsp.c
@@ -12,7 +12,7 @@
********************************************************************
function: LSP (also called LSF) conversion routines
- last mod: $Id: lsp.c,v 1.9.2.6 2000/10/10 22:20:14 xiphmont Exp $
+ last mod: $Id: lsp.c,v 1.9.2.7 2000/10/10 22:47:29 xiphmont Exp $
The LSP generation code is taken (with minimal modification) from
"On the Computation of the LSP Frequencies" by Joseph Rothweiler
@@ -320,8 +320,6 @@ static void Newton_Raphson_Maehly(float *a,int ord,float *r){
count++;
}
- fprintf(stderr,"***** error=%g, count=%d\n",error,count);
-
/* Replaced the original bubble sort with a real sort. With your
help, we can eliminate the bubble sort in our lifetime. --Monty */