[xiph-commits] r16963 - trunk/vorbis/lib/modes

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Mar 10 23:41:42 PST 2010


Author: xiphmont
Date: 2010-03-10 23:41:42 -0800 (Wed, 10 Mar 2010)
New Revision: 16963

Modified:
   trunk/vorbis/lib/modes/setup_44p51.h
Log:
Get the management numbers for 5.1 a little closer to 'in the ballpark'.



Modified: trunk/vorbis/lib/modes/setup_44p51.h
===================================================================
--- trunk/vorbis/lib/modes/setup_44p51.h	2010-03-11 07:30:34 UTC (rev 16962)
+++ trunk/vorbis/lib/modes/setup_44p51.h	2010-03-11 07:41:42 UTC (rev 16963)
@@ -18,8 +18,8 @@
 #include "modes/residue_44p51.h"
 
 static const double rate_mapping_44p51[12]={
-  11500.,16000.,20000.,24000.,28000.,32000.,
-  80000.,96000.,112000.,128000.,160000.,250001.
+  14000.,20000.,28000.,38000.,46000.,54000.,
+  75000.,96000.,120000.,140000.,180000.,240001.
 };
 
 static const ve_setup_data_template ve_setup_44_51={



More information about the commits mailing list