summaryrefslogtreecommitdiff
path: root/lib/codec_internal.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-02-15 19:06:02 +0000
committerMonty <xiphmont@xiph.org>2001-02-15 19:06:02 +0000
commit9eb5b1e302d6b5ca9ce332efe749c394414f01ac (patch)
tree50095d63394e5cdcd3a3cd77d960fac6cb16f94a /lib/codec_internal.h
parent42367225dc1d7df7fe36c7960b294e5a690f09b4 (diff)
downloadlibvorbis-git-9eb5b1e302d6b5ca9ce332efe749c394414f01ac.tar.gz
Some new preecho code; split energy threshholding up into a few bands.
Monty svn path=/trunk/vorbis/; revision=1279
Diffstat (limited to 'lib/codec_internal.h')
-rw-r--r--lib/codec_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/codec_internal.h b/lib/codec_internal.h
index f0b08923..61420a37 100644
--- a/lib/codec_internal.h
+++ b/lib/codec_internal.h
@@ -11,7 +11,7 @@
********************************************************************
function: libvorbis codec headers
- last mod: $Id: codec_internal.h,v 1.5 2001/02/02 03:51:56 xiphmont Exp $
+ last mod: $Id: codec_internal.h,v 1.6 2001/02/15 19:05:45 xiphmont Exp $
********************************************************************/
@@ -110,8 +110,8 @@ typedef struct codec_setup_info {
/* for block long/sort tuning; encode only */
int envelopesa;
- float preecho_thresh;
- float postecho_thresh;
+ float preecho_thresh[4];
+ float postecho_thresh[4];
float preecho_minenergy;
float ampmax_att_per_sec;