additional cleanup.
authorRalph Giles <giles@xiph.org>
Sun, 27 Oct 2002 16:20:47 +0000 (16:20 +0000)
committerRalph Giles <giles@xiph.org>
Sun, 27 Oct 2002 16:20:47 +0000 (16:20 +0000)
svn path=/trunk/vorbis/; revision=4067

doc/xml/01-introduction.xml
doc/xml/02-bitpacking.xml
doc/xml/03-codebook.xml
doc/xml/04-codec.xml
doc/xml/06-floor0.xml
doc/xml/07-floor1.xml
doc/xml/08-residue.xml
doc/xml/09-helper.xml

index cac5ba8..5014267 100644 (file)
@@ -7,18 +7,19 @@
 <section id="vorbis-spec-intro">
 <sectioninfo>
 <releaseinfo>
- $Id: 01-introduction.xml,v 1.6 2002/10/27 15:05:51 giles Exp $
+ $Id: 01-introduction.xml,v 1.7 2002/10/27 16:20:47 giles Exp $
 <emphasis>Last update to this document: July 18, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
-<title>introduction and description</title>
+<title>Introduction and Description</title>
 
 <section>
 <title>Overview</title>
 
 <para>
 This document provides a high level description of the Vorbis codec's
-construction.  A bit-by-bit specification appears beginning in <xref linkend="vorbis-spec-codec"/>.
+construction.  A bit-by-bit specification appears beginning in 
+<xref linkend="vorbis-spec-codec"/>.
 The later sections assume a high-level
 understanding of the Vorbis decode process, which is 
 provided here.</para>
@@ -324,7 +325,7 @@ a list of n-dimensional rows (lattice VQ).</para>
 <title>High-level Decode Process</title>
 
 <section>
-<title>Decode setup</title> 
+<title>Decode Setup</title> 
 
 <para>
 Before decoding can begin, a decoder must initialize using the
index 0c3a230..43a6410 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-bitpacking">
 <sectioninfo>
 <releaseinfo>
- $Id: 02-bitpacking.xml,v 1.5 2002/10/27 14:55:31 giles Exp $
+ $Id: 02-bitpacking.xml,v 1.6 2002/10/27 16:20:47 giles Exp $
  <emphasis>Last update to this document: July 14, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
-<title>bitpacking convention</title>
+<title>Bitpacking Convention</title>
 
 
 <section>
index e178bf6..a708fa1 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-codebook">
 <sectioninfo>
 <releaseinfo>
- $Id: 03-codebook.xml,v 1.4 2002/10/27 14:55:31 giles Exp $
+ $Id: 03-codebook.xml,v 1.5 2002/10/27 16:20:47 giles Exp $
  <emphasis>Last update to this document: August 8, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
-<title>probability model and codebooks</title>
+<title>Probability Model and Codebooks</title>
 
 <section>
 <title>Overview</title>
@@ -27,7 +27,7 @@ well as an optional lookup table of output vector values to which a
 decoded Huffman value is applied as an offset, generating the final
 decoded output corresponding to a given compressed codeword.</para>
 
-<section><title>bitwise operation</title>
+<section><title>Bitwise operation</title>
 <para>
 The codebook mechanism is built on top of the vorbis bitpacker. Both
 the codebooks themselves and the codewords they decode are unrolled 
@@ -38,7 +38,7 @@ stream according to <xref linkend="vorbis-spec-bitpacking"/>.</para>
 </section>
 
 <section>
-<title>Packed Codebook Format</title>
+<title>Packed codebook format</title>
 
 <para>
 For purposes of the examples below, we assume that the storage
index d210a32..27c6146 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-codec">
 <sectioninfo>
 <releaseinfo>
- $Id: 04-codec.xml,v 1.6 2002/10/27 14:55:31 giles Exp $
+ $Id: 04-codec.xml,v 1.7 2002/10/27 16:20:47 giles Exp $
  <emphasis>Last update to this document: October 15, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
-<title>codec setup and packet decode</title>
+<title>Codec Setup and Packet Decode</title>
 
 <section>
 <title>Overview</title>
@@ -20,7 +20,7 @@
 This document serves as the top-level reference document for the
 bit-by-bit decode specification of Vorbis I.  This document assumes a
 high-level understanding of the Vorbis decode process, which is
-provided in the section <xref linkend="vorbis-spec-intro"/>.  <xref
+provided in <xref linkend="vorbis-spec-intro"/>.  <xref
 linkend="vorbis-spec-bitpacking"/> covers reading and writing bit fields from
 and to bitstream packets.</para>
 
@@ -57,7 +57,7 @@ identification, comment, setup.</para>
 
 </section>
 
-<section><title>Identification Header</title>
+<section><title>Identification header</title>
 
 <para>
 The identification header is a short header of only a few fields used
@@ -100,13 +100,13 @@ fields are meaningful only when greater than zero.</para>
 
 </section>
 
-<section><title>Comment Header</title>
+<section><title>Comment header</title>
 <para>
 Comment header decode and data specification is covered in
 <xref linkend="vorbis-spec-comment"/>.</para>
 </section>
 
-<section><title>Setup Header</title>
+<section><title>Setup header</title>
 
 <para>
 Vorbis codec setup is configurable to an extreme degree:
@@ -130,7 +130,7 @@ configurations, channel mapping configurations and mode
 configurations. It finishes with a framing bit of '1'.  Header decode
 proceeds in the following order:</para>
 
-<section><title>codebooks</title>
+<section><title>Codebooks</title>
 
 <orderedlist>
 <listitem><simpara><varname>[vorbis_codebook_count]</varname> = read eight bits as unsigned integer and add one</simpara></listitem>
@@ -142,7 +142,7 @@ codebook configurations <varname>[vorbis_codebook_configurations]</varname>.</si
 
 </section>
 
-<section><title>time domain transforms</title>
+<section><title>Time domain transforms</title>
 
 <para>
 These hooks are placeholders in Vorbis I.  Nevertheless, the
@@ -156,7 +156,7 @@ sync.</para>
 
 </section>
 
-<section><title>floors</title>
+<section><title>Floors</title>
 
 <para>
 Vorbis uses two floor types; header decode is handed to the decode
@@ -182,7 +182,7 @@ linkend="vorbis-spec-floor1"/>; save this configuration in slot <varname>[i]</va
 
 </section>
 
-<section><title>residues</title>
+<section><title>Residues</title>
 
 <para>
 Vorbis uses three residue types; header decode of each type is identical.
@@ -204,7 +204,7 @@ linkend="vorbis-spec-residue"/>; save this configuration in slot <varname>[i]</v
 
 </section>
 
-<section><title>mappings</title>
+<section><title>Mappings</title>
 
 <para>
 Mappings are used to set up specific pipelines for encoding
@@ -271,7 +271,7 @@ uses a single mapping type (0), with implicit PCM channel mappings.</para>
 
 </section>
 
-<section><title>modes</title>
+<section><title>Modes</title>
 
 <orderedlist>
  <listitem><simpara><varname>[vorbis_mode_count]</varname> = read 6 bits as unsigned integer and add one</simpara></listitem>
index 89b860c..58d3720 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-floor0">
 <sectioninfo>
 <releaseinfo>
-  $Id: 06-floor0.xml,v 1.6 2002/10/27 14:55:31 giles Exp $
+  $Id: 06-floor0.xml,v 1.7 2002/10/27 16:20:47 giles Exp $
   <emphasis>Last update to this document: July 19, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>  
-<title>floor type 0 setup and decode</title>
+<title>Floor type 0 setup and decode</title>
 
 
 <section>
index 748166d..614826b 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-floor1">
 <sectioninfo>
 <releaseinfo>
- $Id: 07-floor1.xml,v 1.3 2002/10/27 14:55:31 giles Exp $
+ $Id: 07-floor1.xml,v 1.4 2002/10/27 16:20:47 giles Exp $
  <emphasis>Last update to this document: October 15, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
-<title>floor type 1 setup and decode</title>
+<title>Floor type 1 setup and decode</title>
 
 <section>
 <title>Overview</title>
index 8b34315..5a34775 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-residue">
 <sectioninfo>
  <releaseinfo>
-  $Id: 08-residue.xml,v 1.3 2002/10/27 14:55:31 giles Exp $
+  $Id: 08-residue.xml,v 1.4 2002/10/27 16:20:47 giles Exp $
   <emphasis>Last update to this document: July 19, 2002</emphasis>
  </releaseinfo>
 </sectioninfo>
-<title>residue setup and decode</title>
+<title>Residue setup and decode</title>
 
 
 <section>
@@ -132,7 +132,7 @@ residue coding setup is restricted to a power of two.</para>
 
 </section>
 
-<section><title> residue 1 </title>
+<section><title>residue 1</title>
 
 <para>
 Residue 1 does not interleave VQ encoding.  It represents partition
@@ -160,7 +160,7 @@ codebook dimensions = 1  encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [
 
 </section>
 
-<section><title> residue 2 </title>
+<section><title>residue 2</title>
 
 <para>
 Residue type two can be thought of as a variant of residue type 1.
index e674a8b..c7a46aa 100644 (file)
@@ -7,11 +7,11 @@
 <section id="vorbis-spec-helper">
 <sectioninfo>
 <releaseinfo>
- $Id: 09-helper.xml,v 1.4 2002/10/27 14:55:31 giles Exp $
+ $Id: 09-helper.xml,v 1.5 2002/10/27 16:20:47 giles Exp $
  <emphasis>Last update to this document: October 15, 2002</emphasis>
 </releaseinfo>
 </sectioninfo>
-<title>helper equations</title>
+<title>Helper equations</title>
 
 <section>
 <title>Overview</title>