[xiph-commits] r15154 - trunk/theora/doc/spec
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Tue Aug 5 11:36:55 PDT 2008
Author: tterribe
Date: 2008-08-05 11:36:55 -0700 (Tue, 05 Aug 2008)
New Revision: 15154
Modified:
trunk/theora/doc/spec/spec.tex
Log:
Fix two mis-placed summation signs in the spec.
Thanks to Maik Merten for the catch.
Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex 2008-08-04 18:37:55 UTC (rev 15153)
+++ trunk/theora/doc/spec/spec.tex 2008-08-05 18:36:55 UTC (rev 15154)
@@ -2976,13 +2976,13 @@
\item
Assign \locvar{\qri} the index of a quant range such that
\begin{displaymath}
-\sum_{\qrj=0}^{\locvar{\qri}-1}
- \bitvar{\qi} \ge \bitvar{QRSIZES}[\bitvar{\qti}][\bitvar{\pli}][\qrj],
+\bitvar{\qi} \ge \sum_{\qrj=0}^{\locvar{\qri}-1}
+ \bitvar{QRSIZES}[\bitvar{\qti}][\bitvar{\pli}][\qrj],
\end{displaymath}
and
\begin{displaymath}
-\sum_{\qrj=0}^{\locvar{\qri}}
- \bitvar{\qi} \le \bitvar{QRSIZES}[\bitvar{\qti}][\bitvar{\pli}][\qrj],
+\bitvar{\qi} \le \sum_{\qrj=0}^{\locvar{\qri}}
+ \bitvar{QRSIZES}[\bitvar{\qti}][\bitvar{\pli}][\qrj],
\end{displaymath}
where summation from $0$ to $-1$ is defined to be zero.
If there is more than one such value of $\locvar{\qri}$, i.e., if \bitvar{\qi}
More information about the commits
mailing list