summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-02-06 13:39:48 +0000
committerMonty <xiphmont@xiph.org>2000-02-06 13:39:48 +0000
commitf6246535ae25ac62560acecb35036dd4239a95d5 (patch)
tree9162cf4ab8c5a68fbbde6df5e6c819b91db2c0ac /lib/psy.h
parente05650dfaef60c432fc705d1060ac950e9d31fd6 (diff)
downloadlibvorbis-git-f6246535ae25ac62560acecb35036dd4239a95d5.tar.gz
Incremental update
svn path=/trunk/vorbis/; revision=250
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/psy.h b/lib/psy.h
index 5e7335b8..6426f946 100644
--- a/lib/psy.h
+++ b/lib/psy.h
@@ -12,7 +12,7 @@
********************************************************************
function: random psychoacoustics (not including preecho)
- last mod: $Id: psy.h,v 1.9 2000/02/05 23:31:50 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.10 2000/02/06 13:39:45 xiphmont Exp $
********************************************************************/
@@ -43,7 +43,8 @@ extern void _vi_psy_free(vorbis_info_psy *i);
extern void _vp_mask_floor(vorbis_look_psy *p,double *pcm,
double *mask,double *floor);
extern void _vp_quantize(vorbis_look_psy *p, double *pcm, double *mask,
- double *floor,int *aux);
+ double *floor,int *aux,
+ long begin,long n, long subn);
#endif