[xiph-cvs] cvs commit: vorbis/lib/modes psych_16.h psych_44.h psych_8.h
Monty
xiphmont at xiph.org
Mon Sep 1 23:05:47 PDT 2003
xiphmont 03/09/02 02:05:47
Modified: lib/modes psych_16.h psych_44.h psych_8.h
Log:
Lower absolute ATH to no more than -130dB, -140 nominal. Carsten has
found enough conterexamples at this point to disprove the rationale
for a lowest-possible ATH in masking; the only value it has left is to
give a bottom end to the dB range to avoid FP underflows.
Monty
Revision Changes Path
1.3 +2 -2 vorbis/lib/modes/psych_16.h
Index: psych_16.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/psych_16.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psych_16.h 11 Oct 2002 11:14:42 -0000 1.2
+++ psych_16.h 2 Sep 2003 06:05:47 -0000 1.3
@@ -11,7 +11,7 @@
********************************************************************
function: 16kHz settings
- last mod: $Id: psych_16.h,v 1.2 2002/10/11 11:14:42 xiphmont Exp $
+ last mod: $Id: psych_16.h,v 1.3 2003/09/02 06:05:47 xiphmont Exp $
********************************************************************/
@@ -122,7 +122,7 @@
};
static int _psy_ath_abs_16[4]={
- -110,-110,-120,-140,
+ -130,-130,-130,-140,
};
<p><p>1.28 +2 -2 vorbis/lib/modes/psych_44.h
Index: psych_44.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/psych_44.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- psych_44.h 18 Oct 2002 06:00:12 -0000 1.27
+++ psych_44.h 2 Sep 2003 06:05:47 -0000 1.28
@@ -11,7 +11,7 @@
********************************************************************
function: key psychoacoustic settings for 44.1/48kHz
- last mod: $Id: psych_44.h,v 1.27 2002/10/18 06:00:12 xiphmont Exp $
+ last mod: $Id: psych_44.h,v 1.28 2003/09/02 06:05:47 xiphmont Exp $
********************************************************************/
@@ -391,7 +391,7 @@
};
static int _psy_ath_abs[11]={
- -110,-110,-120,-130,-140,-140,-140,-140,-140,-140,-150,
+ -130,-130,-130,-130,-140,-140,-140,-140,-140,-140,-150,
};
/* stereo setup. These don't map directly to quality level, there's
<p><p>1.3 +2 -2 vorbis/lib/modes/psych_8.h
Index: psych_8.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/modes/psych_8.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psych_8.h 11 Jul 2002 08:57:29 -0000 1.2
+++ psych_8.h 2 Sep 2003 06:05:47 -0000 1.3
@@ -11,7 +11,7 @@
********************************************************************
function: 8kHz psychoacoustic settings
- last mod: $Id: psych_8.h,v 1.2 2002/07/11 08:57:29 xiphmont Exp $
+ last mod: $Id: psych_8.h,v 1.3 2003/09/02 06:05:47 xiphmont Exp $
********************************************************************/
@@ -97,6 +97,6 @@
};
static int _psy_ath_abs_8[3]={
- -110,-110,-140,
+ -130,-130,-140,
};
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list