File: wavelet_tex.patch

package info (click to toggle)
waili 19990723-22.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,564 kB
  • sloc: cpp: 9,964; ansic: 273; makefile: 208; sh: 74
file content (58 lines) | stat: -rw-r--r-- 1,968 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
--- waili-19990723.orig/man/Wavelet.tex
+++ waili-19990723/man/Wavelet.tex
@@ -1,5 +1,5 @@
 %
-%	Wavelet Classes
+%       Wavelet Classes
 %
 %   $Id: Wavelet.tex,v 4.6.2.4.2.1 1999/07/20 16:16:17 geert Exp $
 % 
@@ -67,7 +67,7 @@
     pass respectively high pass subband have to be shifted to the left to
     obtain their real values.
 
-\function{u8 GetID(void)\ const}
+\function{Wavelet\_ID GetID(void)\ const}
     Get the unique private ID for this type of wavelet.
 
 % -----------------------------------------------------------------------------
@@ -103,7 +103,7 @@
 
     $(0, 0)$ is used for the lazy wavelet filter.
 
-\function{Wavelet$\ast$ CreateFromID(u8 id)}
+\function{Wavelet$\ast$ CreateFromID(Wavelet\_ID id)}
     Create a \name{Wavelet} object that corresponds to the unique private ID
     \name{id}.
 
@@ -113,7 +113,7 @@
 
 \subtitle{Name}
     Wavelet\_Lazy --- \name{Lazy} integer wavelet transform using the
-    		      \name{Lifting Scheme}
+                      \name{Lifting Scheme}
 
 % -----------------------------------------------------------------------------
 
@@ -128,7 +128,7 @@
 
 \subtitle{Name}
     Wavelet\_CDF\_x\_y --- \name{Cohen-Daubechies-Feauveau} (x, y) integer
-			   wavelet transforms using the \name{Lifting Scheme}
+                           wavelet transforms using the \name{Lifting Scheme}
 
 % -----------------------------------------------------------------------------
 
@@ -157,9 +157,9 @@
 
 \subtitle{Name}
     Wavelet\_CRF\_13\_7, Wavelet\_SWE\_13\_7  --- Integer wavelet transforms
-						  using the \name{Lifting
-						  Scheme} for some more
-						  wavelets used by JPEG2000.
+                                                  using the \name{Lifting
+                                                  Scheme} for some more
+                                                  wavelets used by JPEG2000.
 
 % -----------------------------------------------------------------------------