Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis
Commits
e195c842
Commit
e195c842
authored
Jul 19, 2002
by
Monty
Browse files
Update Makefile.am fix two </a> tags svn path=/trunk/vorbis/; revision=3683
parent
4b57eb1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
e195c842
...
...
@@ -6,18 +6,49 @@ SUBDIRS = vorbisfile vorbisenc
docdir
=
$(datadir)
/doc/
$(PACKAGE)
-
$(VERSION)
doc_DATA
=
eightphase.png
\
fourphase.png
\
programming.html
\
squarepolar.png
\
stereo.html
\
v-comment.html
\
vorbis-clip.txt
\
vorbis-errors.txt
\
vorbis.html
\
vorbisword2.png
\
wait.png
\
white-ogg.png
\
white-xifish.png
doc_DATA
=
components.png
\
draft-moffitt-vorbis-rtp-00.txt
\
eightphase.png
\
evenlsp.png
\
floor1-1.png
\
floor1-2.png
\
floor1-3.png
\
floor1-4.png
\
floor1_inverse_dB_table.html
\
floorval.png
\
fourphase.png
\
framing.html
\
helper.html
\
hufftree-under.png
\
hufftree.png
\
index.html
\
lspmap.png
\
oddlsp.png
\
oggstream.html
\
programming.html
\
residue-pack.png
\
residue2.png
\
squarepolar.png
\
stereo.html
\
stream.png
\
v-comment.html
\
vorbis-clip.txt
\
vorbis-errors.txt
\
vorbis-fidelity.html
\
vorbis-ogg.html
\
vorbis-spec-bitpack.html
\
vorbis-spec-codebook.html
\
vorbis-spec-floor0.html
\
vorbis-spec-floor1.html
\
vorbis-spec-intro.html
\
vorbis-spec-ref.html
\
vorbis-spec-res.html
\
vorbis.html
\
vorbisword2.png
\
wait.png
\
white-ogg.png
\
white-xifish.png
\
window1.png
\
window2.png
EXTRA_DIST
=
$(doc_DATA)
doc/vorbis-spec-floor1.html
View file @
e195c842
...
...
@@ -340,14 +340,14 @@ Then compute the final curve in one pass:<p>
6) [hy] = [floor1_final_Y]' element [i] * [floor1_multiplier]
7) [hx] = [floor1_X_list]' element [i]
8)
<a
href=
"helper.html#render_line"
>
render_line
<a>
( [lx], [hx], [ly], [hy], [floor] )
8)
<a
href=
"helper.html#render_line"
>
render_line
<
/
a>
( [lx], [hx], [ly], [hy], [floor] )
9) [lx] = [hx]
10) [ly] = [hy]
}
11) if ( [hx] is less than [n] ) {
12)
<a
href=
"helper.html#render_line"
>
render_line
<a>
( [hx], [hy], [n], [hy], [floor] )
12)
<a
href=
"helper.html#render_line"
>
render_line
<
/
a>
( [hx], [hy], [n], [hy], [floor] )
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment