summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-06-14 01:38:32 +0000
committerMonty <xiphmont@xiph.org>2000-06-14 01:38:32 +0000
commit67f833635368a912b53f68ec55840e4f7cdd69c5 (patch)
tree620cb6dce2e9d85329225086b5404dd27c715d35 /lib/psy.h
parent0f9673112618308d12fef7d42a9ee608c177d1ce (diff)
downloadlibvorbis-git-67f833635368a912b53f68ec55840e4f7cdd69c5.tar.gz
Merge of the current Monty branch; this brings in new psychoacoustic
fixes, better LSP fit and better tuning. svn path=/trunk/vorbis/; revision=445
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/psy.h b/lib/psy.h
index 1e708e86..429dda70 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.12 2000/05/08 20:49:49 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.13 2000/06/14 01:38:31 xiphmont Exp $
********************************************************************/
@@ -29,6 +29,7 @@ typedef struct {
struct vorbis_info_psy *vi;
double ***tonecurves;
+ double **peakatt;
double ***noisecurves;
double *ath;
@@ -42,10 +43,8 @@ extern void *_vi_psy_dup(void *source);
extern void _vi_psy_free(vorbis_info_psy *i);
extern void _vp_compute_mask(vorbis_look_psy *p,double *f,
double *floor,
- double *mask,
double *decay);
-extern void _vp_apply_floor(vorbis_look_psy *p,double *f,
- double *flr,double *mask);
+extern void _vp_apply_floor(vorbis_look_psy *p,double *f,double *flr);
#endif