[xiph-commits] r8247 - trunk/theora/doc/spec
tterribe at motherfish-iii.xiph.org
tterribe at motherfish-iii.xiph.org
Mon Nov 22 16:00:08 PST 2004
Author: tterribe
Date: 2004-11-22 16:00:08 -0800 (Mon, 22 Nov 2004)
New Revision: 8247
Modified:
trunk/theora/doc/spec/spec.tex
Log:
Fix column headers for DC prediction weights (they didn't take into account
Theora's right-handed coordinate system with Y inverted).
Thanks to Andrey Filippov.
Also correct some column headers in deblocking algorithm sections where RECP
(the reconstructed plane) was accidentally mislabeled REFP (the reference
plane).
Thanks to Aaron Colwell.
Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex 2004-11-22 21:08:39 UTC (rev 8246)
+++ trunk/theora/doc/spec/spec.tex 2004-11-23 00:00:08 UTC (rev 8247)
@@ -5425,13 +5425,13 @@
\begin{center}
\begin{tabular}{ccccrrrrr}\toprule
\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[0]$ (L)} &
-\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[1]$ (UL)} &
-\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[2]$ (U)} &
-\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[3]$ (R)} &
+\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[1]$ (DL)} &
+\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[2]$ (D)} &
+\multicolumn{1}{p{25pt}}{\centering$\locvar{P}[3]$ (DR)} &
\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[3]$ (L)} &
-\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[1]$ (UL)} &
-\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[2]$ (U)} &
-\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[3]$ (R)} &
+\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[1]$ (DL)} &
+\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[2]$ (D)} &
+\multicolumn{1}{p{25pt}}{\centering$\locvar{W}[3]$ (DR)} &
\locvar{PDIV} \\\midrule
$1$ & $0$ & $0$ & $0$ & $1$ & $0$ & $0$ & $0$ & $1$ \\
$0$ & $1$ & $0$ & $0$ & $0$ & $1$ & $0$ & $0$ & $1$ \\
@@ -7228,13 +7228,13 @@
Assign \locvar{\pli} the index of the color plane block \locvar{\bi} belongs
to.
\item
-Assign \locvar{REC}, \locvar{RPW}, and \locvar{RPH} the values given in
+Assign \locvar{RECP}, \locvar{RPW}, and \locvar{RPH} the values given in
Table~\ref{tab:recp} corresponding to the value of \locvar{\pli}.
\begin{table}[htbp]
\begin{center}
\begin{tabular}{clll}\toprule
-\locvar{\pli} & \locvar{REFP} & \locvar{RPW} & \locvar{RPH} \\\midrule
+\locvar{\pli} & \locvar{RECP} & \locvar{RPW} & \locvar{RPH} \\\midrule
$0$ & \bitvar{RECY} & \bitvar{RPYW} & \bitvar{RPYH} \\
$1$ & \bitvar{RECCB} & \bitvar{RPCW} & \bitvar{RPCH} \\
$2$ & \bitvar{RECCR} & \bitvar{RPCW} & \bitvar{RPCH} \\
More information about the commits
mailing list