[xiph-commits] r8985 - trunk/theora/doc/spec

tterribe at motherfish-iii.xiph.org tterribe at motherfish-iii.xiph.org
Fri Feb 25 19:32:33 PST 2005


Author: tterribe
Date: 2005-02-25 19:32:30 -0800 (Fri, 25 Feb 2005)
New Revision: 8985

Modified:
   trunk/theora/doc/spec/spec.tex
Log:
Fix copy/paste error in the iDCT pseudocode.
Thanks to ruik for the catch.


Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex	2005-02-25 03:59:44 UTC (rev 8984)
+++ trunk/theora/doc/spec/spec.tex	2005-02-26 03:32:30 UTC (rev 8985)
@@ -6180,16 +6180,16 @@
  (\locvar{C6}*\bitvar{Y}[6]>>16)$.
 \item
 Assign $\locvar{T}[4]$ the value $(\locvar{C7}*\bitvar{Y}[1]>>16)-
- (\locvar{S7}*\bitvar{X}[7]>>16)$.
+ (\locvar{S7}*\bitvar{Y}[7]>>16)$.
 \item
 Assign $\locvar{T}[5]$ the value $(\locvar{C3}*\bitvar{Y}[5]>>16)-
- (\locvar{S3}*\bitvar{X}[3]>>16)$.
+ (\locvar{S3}*\bitvar{Y}[3]>>16)$.
 \item
 Assign $\locvar{T}[6]$ the value $(\locvar{S3}*\bitvar{Y}[5]>>16)+
- (\locvar{C3}*\bitvar{X}[3]>>16)$.
+ (\locvar{C3}*\bitvar{Y}[3]>>16)$.
 \item
 Assign $\locvar{T}[7]$ the value $(\locvar{S7}*\bitvar{Y}[1]>>16)+
- (\locvar{C7}*\bitvar{X}[7]>>16)$.
+ (\locvar{C7}*\bitvar{Y}[7]>>16)$.
 \item
 Assign \locvar{R} the value $\locvar{T}[4]+\locvar{T}[5]$.
 \item



More information about the commits mailing list