[xiph-commits] r17521 - trunk/Tremor

tterribe at svn.xiph.org tterribe at svn.xiph.org
Wed Oct 13 17:00:51 PDT 2010


Author: tterribe
Date: 2010-10-13 17:00:51 -0700 (Wed, 13 Oct 2010)
New Revision: 17521

Modified:
   trunk/Tremor/backends.h
Log:
Also add the header change needed for the fix in r17520.


Modified: trunk/Tremor/backends.h
===================================================================
--- trunk/Tremor/backends.h	2010-10-13 23:55:45 UTC (rev 17520)
+++ trunk/Tremor/backends.h	2010-10-14 00:00:51 UTC (rev 17521)
@@ -92,6 +92,7 @@
   /* first stage (lossless partitioning) */
   int    grouping;         /* group n vectors per partition */
   int    partitions;       /* possible codebooks for a partition */
+  int    partvals;         /* partitions ^ groupbook dim */
   int    groupbook;        /* huffbook for partitioning */
   int    secondstages[64]; /* expanded out to pointers in lookup */
   int    booklist[256];    /* list of second stage books */



More information about the commits mailing list