[xiph-commits] r17889 - trunk/theora/doc/spec
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Wed Mar 16 08:04:06 PDT 2011
Author: tterribe
Date: 2011-03-16 08:04:05 -0700 (Wed, 16 Mar 2011)
New Revision: 17889
Modified:
trunk/theora/doc/spec/spec.tex
Log:
spec: Fix QRSIZES for the VP3 quantization parameters.
Thanks to Jonathan Fabrizio for the report.
Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex 2011-03-15 14:09:22 UTC (rev 17888)
+++ trunk/theora/doc/spec/spec.tex 2011-03-16 15:04:05 UTC (rev 17889)
@@ -8139,7 +8139,7 @@
\begin{align*}
\bitvar{NQRS} = & \{ \{1, 1, 1\}, \{1, 1, 1\} \} \\
\bitvar{QRSIZES} = &
- \{ \{ \{1\}, \{1\}, \{1\} \}, \{ \{1\}, \{1\}, \{1\} \} \} \\
+ \{ \{ \{63\}, \{63\}, \{63\} \}, \{ \{63\}, \{63\}, \{63\} \} \} \\
\bitvar{QRBMIS} = &
\{ \{ \{0, 0\}, \{1, 1\}, \{1, 1\} \}, \{ \{2, 2\}, \{2, 2\}, \{2, 2\} \} \} \\
\end{align*}
More information about the commits
mailing list