summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-06-15 21:15:43 +0000
committerMonty <xiphmont@xiph.org>2001-06-15 21:15:43 +0000
commit8d96e574de435ef69c82a34be48f257606f0a2e6 (patch)
tree5d9bfb20ae673debc2f2d0f88e9b071ee60ad4a4 /lib/psy.h
parent7e777f7e07e05662e4ba9765a932d50d94dd7fc7 (diff)
downloadlibvorbis-git-8d96e574de435ef69c82a34be48f257606f0a2e6.tar.gz
Additional optimizations, rearrangement.
Residue backend # 2 (interleaved channels) Channel coupling added to mapping 0 Modes do not currently make use of either. Monty svn path=/trunk/vorbis/; revision=1479
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psy.h b/lib/psy.h
index cc724da2..4047f59b 100644
--- a/lib/psy.h
+++ b/lib/psy.h
@@ -11,7 +11,7 @@
********************************************************************
function: random psychoacoustics (not including preecho)
- last mod: $Id: psy.h,v 1.20 2001/05/27 06:44:00 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.21 2001/06/15 21:15:40 xiphmont Exp $
********************************************************************/
@@ -28,7 +28,7 @@
#define P_BANDS 17
#define P_LEVELS 11
typedef struct vorbis_info_psy{
- int athp;
+ float *ath;
int decayp;
float ath_adjatt;