File: adaptivehuffman_cc.html

package info (click to toggle)
camstream 0.26.3-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,744 kB
  • ctags: 2,077
  • sloc: cpp: 7,484; asm: 440; ansic: 427; makefile: 336; sh: 169
file content (77 lines) | stat: -rw-r--r-- 2,485 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>

<!-- Generated by Doxygen 1.2.6 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>AdaptiveHuffman.cc File Reference</h1><code>#include &lt;stdio.h&gt;</code><br>
<code>#include &lt;string.h&gt;</code><br>
<code>#include "<a class="el" href="adaptivehuffman_h-source.html">AdaptiveHuffman.h</a>"</code><br>
<h2>Compounds</h2>
<ul>
<li>union <a class="el" href="union_huffblock.html">HuffBlock</a>
<li>struct <a class="el" href="struct_huffnode.html">HuffNode</a>
</ul>
<h2>Defines</h2>
<ul>
<li>#define <a class="el" href="adaptivehuffman_cc.html#a0">VAL_ZERO</a>&nbsp;&nbsp;&nbsp;-1
<li>#define <a class="el" href="adaptivehuffman_cc.html#a1">VAL_NODE</a>&nbsp;&nbsp;&nbsp;-4
</ul>
<hr><h2>Define Documentation</h2>
<a name="a1" doxytag="AdaptiveHuffman.cc::VAL_NODE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
#define VAL_NODE&nbsp;&nbsp;&nbsp;-4
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a0" doxytag="AdaptiveHuffman.cc::VAL_ZERO"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
#define VAL_ZERO&nbsp;&nbsp;&nbsp;-1
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><address><small>Generated at Sat May 18 02:56:55 2002 for Camstream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.6 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>