[xiph-cvs] r6725 - trunk/theora/doc/spec

silvia at xiph.org silvia at xiph.org
Tue May 18 22:09:51 PDT 2004



Author: silvia
Date: 2004-05-19 01:09:50 -0400 (Wed, 19 May 2004)
New Revision: 6725

Modified:
   trunk/theora/doc/spec/Makefile
   trunk/theora/doc/spec/spec.tex
Log:
Added figure for raster order of blocks in macro blocks.

<p>Modified: trunk/theora/doc/spec/Makefile
===================================================================
--- trunk/theora/doc/spec/Makefile	2004-05-19 04:48:57 UTC (rev 6724)
+++ trunk/theora/doc/spec/Makefile	2004-05-19 05:09:50 UTC (rev 6725)
@@ -9,13 +9,13 @@
 SPEC_SRCS = spec.tex spec.bib
 
 FIG_SRCS = pic-frame.fig hilbert-mb.fig hilbert-block.fig xifish.fig \
-           superblock.fig macroblock.fig
+           superblock.fig macroblock.fig raster-block.fig
 
 FIG_TEXS = $(FIG_SRCS:.fig=.tex)
 FIG_AUXS = $(FIG_SRCS:.fig=.aux)
 
 FIG_OBJS = pic-frame.tex hilbert-mb.tex hilbert-block.tex xifish.pdf \
-           superblock.tex macroblock.tex
+           superblock.tex macroblock.tex raster-block.tex
 
 Theora_I_spec.pdf : spec.pdf
         $(MV) $< $@

Modified: trunk/theora/doc/spec/spec.tex
===================================================================
--- trunk/theora/doc/spec/spec.tex	2004-05-19 04:48:57 UTC (rev 6724)
+++ trunk/theora/doc/spec/spec.tex	2004-05-19 05:09:50 UTC (rev 6725)
@@ -485,10 +485,19 @@
 \end{figure}
 
 Blocks are accessed in two different orders in the various decoder processes.
-The first is \term{raster order}.
+The first is \term{raster order}, illustrated in Figure~\ref{fig:raster-block}.
 This indexes each block in row-major order, starting in the lower left and
  proceeding along the bottom row, followed by the next row up starting on the
  left, etc.
+
+\begin{figure}[htb]
+\begin{center}
+\include{raster-block}
+\end{center}
+\caption{Raster ordering of blocks within a super block}
+\label{fig:raster-block}
+\end{figure}
+
 The second is \term{coded order}.
 In coded order, blocks are accessed by super block.
 Within each frame, super blocks are traversed in raster order, 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list