summaryrefslogtreecommitdiff
path: root/lib/psy.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-02-05 23:31:50 +0000
committerMonty <xiphmont@xiph.org>2000-02-05 23:31:50 +0000
commite05650dfaef60c432fc705d1060ac950e9d31fd6 (patch)
tree5bc31f4c476f9d25f57fb252e065058499a27ce5 /lib/psy.h
parentfbac7476bd4a94ea2b8e2e09ea0b4caea608211c (diff)
downloadlibvorbis-git-e05650dfaef60c432fc705d1060ac950e9d31fd6.tar.gz
Added unit tests for bitwise read past end.
Monty svn path=/trunk/vorbis/; revision=249
Diffstat (limited to 'lib/psy.h')
-rw-r--r--lib/psy.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/psy.h b/lib/psy.h
index f08d47ce..5e7335b8 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.8 2000/01/28 15:25:11 xiphmont Exp $
+ last mod: $Id: psy.h,v 1.9 2000/02/05 23:31:50 xiphmont Exp $
********************************************************************/
@@ -26,6 +26,13 @@ typedef struct {
double *maskthresh;
double *barknum;
+ int framebegin;
+ int frameend;
+ int subframelen;
+ int elements[4];
+ double cutoffs[4];
+ int quantval[4];
+
} vorbis_look_psy;
extern void _vp_psy_init(vorbis_look_psy *p,vorbis_info_psy *vi,int n,long rate);