summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-07-13 06:12:49 +0000
committerMonty <xiphmont@xiph.org>2002-07-13 06:12:49 +0000
commit0bd3d1479349edf910a4f8f0079de8a54573f2b8 (patch)
tree85084ff1bf8610896704695c9d25fcec9063eec6 /lib/psy.h
parent6008e7d5bf5a70be0b372877a097bf0736eda18d (diff)
downloadlibvorbis-git-0bd3d1479349edf910a4f8f0079de8a54573f2b8.tar.gz
Turn off HF dipole stereo. The elliptical stereo from rc3, despite
slightly more centered hiss, simply works better. Monty svn path=/trunk/vorbis/; revision=3609
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/psy.h b/lib/psy.h
index 5782bd6f..ed361a11 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.31 2002/07/11 06:40:49 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.32 2002/07/13 06:12:47 xiphmont Exp $
********************************************************************/
@@ -144,6 +144,7 @@ extern void _vp_offset_and_mix(vorbis_look_psy *p,
extern float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd);
extern float **_vp_quantize_couple_memo(vorbis_block *vb,
+ vorbis_info_psy_global *g,
vorbis_look_psy *p,
vorbis_info_mapping0 *vi,
float **mdct);