Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / flac / doc / html / api / structFLAC____EntropyCodingMethod__PartitionedRice.html
blob28db3fd7d2c4ea0528b460f099eba8bce6e17e59
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>FLAC: FLAC__EntropyCodingMethod_PartitionedRice Struct Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.2 -->
7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>FLAC__EntropyCodingMethod_PartitionedRice Struct Reference<br>
9 <small>
10 [<a class="el" href="group__flac__format.html">FLAC/format.h: format components</a>]</small>
11 </h1><code>#include &lt;<a class="el" href="format_8h-source.html">format.h</a>&gt;</code>
12 <p>
13 <a href="structFLAC____EntropyCodingMethod__PartitionedRice-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
14 Header for a Rice partitioned residual. (c.f. <a href="../format.html#partitioned_rice">format specification</a>)
15 <p>
16 <table border="0" cellpadding="0" cellspacing="0">
17 <tr><td></td></tr>
18 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
19 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____EntropyCodingMethod__PartitionedRice.html#FLAC____EntropyCodingMethod__PartitionedRiceo0">order</a></td></tr>
21 <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="structFLAC____EntropyCodingMethod__PartitionedRiceContents.html">FLAC__EntropyCodingMethod_PartitionedRiceContents</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFLAC____EntropyCodingMethod__PartitionedRice.html#FLAC____EntropyCodingMethod__PartitionedRiceo1">contents</a></td></tr>
23 </table>
24 <hr><h2>Member Data Documentation</h2>
25 <a class="anchor" name="FLAC____EntropyCodingMethod__PartitionedRiceo0" doxytag="FLAC__EntropyCodingMethod_PartitionedRice::order"></a><p>
26 <table class="mdTable" cellpadding="2" cellspacing="0">
27 <tr>
28 <td class="mdRow">
29 <table cellpadding="0" cellspacing="0" border="0">
30 <tr>
31 <td class="md" nowrap valign="top">unsigned <a class="el" href="structFLAC____EntropyCodingMethod__PartitionedRice.html#FLAC____EntropyCodingMethod__PartitionedRiceo0">FLAC__EntropyCodingMethod_PartitionedRice::order</a> </td>
32 </tr>
33 </table>
34 </td>
35 </tr>
36 </table>
37 <table cellspacing="5" cellpadding="0" border="0">
38 <tr>
39 <td>
40 &nbsp;
41 </td>
42 <td>
44 <p>
45 The partition order, i.e. # of contexts = 2 ^ <em>order</em>. </td>
46 </tr>
47 </table>
48 <a class="anchor" name="FLAC____EntropyCodingMethod__PartitionedRiceo1" doxytag="FLAC__EntropyCodingMethod_PartitionedRice::contents"></a><p>
49 <table class="mdTable" cellpadding="2" cellspacing="0">
50 <tr>
51 <td class="mdRow">
52 <table cellpadding="0" cellspacing="0" border="0">
53 <tr>
54 <td class="md" nowrap valign="top">const <a class="el" href="structFLAC____EntropyCodingMethod__PartitionedRiceContents.html">FLAC__EntropyCodingMethod_PartitionedRiceContents</a>* <a class="el" href="structFLAC____EntropyCodingMethod__PartitionedRice.html#FLAC____EntropyCodingMethod__PartitionedRiceo1">FLAC__EntropyCodingMethod_PartitionedRice::contents</a> </td>
55 </tr>
56 </table>
57 </td>
58 </tr>
59 </table>
60 <table cellspacing="5" cellpadding="0" border="0">
61 <tr>
62 <td>
63 &nbsp;
64 </td>
65 <td>
67 <p>
68 The context's Rice parameters and/or raw bits. </td>
69 </tr>
70 </table>
71 <hr>The documentation for this struct was generated from the following file:<ul>
72 <li>include/FLAC/<a class="el" href="format_8h-source.html">format.h</a></ul>
74 <hr size="1">
75 <div class="copyright">
76 <!-- @@@ oh so hacky -->
77 <table>
78 <tr>
79 <td align="left">
80 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
81 </td>
82 <td width="1%" align="right">
83 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
84 </td>
85 </tr>
86 </table>
87 </div>
88 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson -->
89 <!-- Permission is granted to copy, distribute and/or modify this document -->
90 <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
91 <!-- or any later version published by the Free Software Foundation; -->
92 <!-- with no invariant sections. -->
93 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
94 </body>
95 </html>