[xiph-cvs] cvs commit: vorbis/lib lookup_data.h

Monty xiphmont at xiph.org
Wed Jan 3 22:29:48 PST 2001



xiphmont    01/01/03 22:29:48

  Modified:    lib      Tag: monty_branch_20001226 lookup_data.h
  Log:
  Oops, botched adding an 'f' suffix to some of the floats

Revision  Changes    Path
No                   revision

No                   revision

1.4.2.1   +10 -10    vorbis/lib/lookup_data.h

Index: lookup_data.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/lookup_data.h,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- lookup_data.h	2000/12/21 21:04:39	1.4
+++ lookup_data.h	2001/01/04 06:29:47	1.4.2.1
@@ -12,7 +12,7 @@
  ********************************************************************
 
   function: lookup data; generated by lookups.pl; edit there
-  last mod: $Id: lookup_data.h,v 1.4 2000/12/21 21:04:39 xiphmont Exp $
+  last mod: $Id: lookup_data.h,v 1.4.2.1 2001/01/04 06:29:47 xiphmont Exp $
 
  ********************************************************************/
 
@@ -73,15 +73,15 @@
 #define INVSQ2EXP_LOOKUP_MAX 32
 static float INVSQ2EXP_LOOKUP[INVSQ2EXP_LOOKUP_MAX-\
                               INVSQ2EXP_LOOKUP_MIN+1]={
-	          65536f,    46340.95001f,          32768f,    23170.47501f,
-	          16384f,     11585.2375f,           8192f,    5792.618751f,
-	           4096f,    2896.309376f,           2048f,    1448.154688f,
-	           1024f,    724.0773439f,            512f,     362.038672f,
-	            256f,     181.019336f,            128f,    90.50966799f,
-	             64f,      45.254834f,             32f,      22.627417f,
-	             16f,     11.3137085f,              8f,    5.656854249f,
-	              4f,    2.828427125f,              2f,    1.414213562f,
-	              1f,   0.7071067812f,            0.5f,   0.3535533906f,
+	         65536.f,    46340.95001f,         32768.f,    23170.47501f,
+	         16384.f,     11585.2375f,          8192.f,    5792.618751f,
+	          4096.f,    2896.309376f,          2048.f,    1448.154688f,
+	          1024.f,    724.0773439f,           512.f,     362.038672f,
+	           256.f,     181.019336f,           128.f,    90.50966799f,
+	            64.f,      45.254834f,            32.f,      22.627417f,
+	            16.f,     11.3137085f,             8.f,    5.656854249f,
+	             4.f,    2.828427125f,             2.f,    1.414213562f,
+	             1.f,   0.7071067812f,            0.5f,   0.3535533906f,
                    0.25f,   0.1767766953f,          0.125f,  0.08838834765f,
                  0.0625f,  0.04419417382f,        0.03125f,  0.02209708691f,
                0.015625f,  0.01104854346f,      0.0078125f, 0.005524271728f,

--- >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