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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libmpcdec: src/mpc_decoder.c File Reference</title>
<link href="custom.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<div class="nav">
<a class="el" href="dir_000002.html">src</a></div>
<h1>mpc_decoder.c File Reference</h1><code>#include <<a class="el" href="mpcdec_8h-source.html">mpcdec/mpcdec.h</a>></code><br>
<code>#include <<a class="el" href="internal_8h-source.html">mpcdec/internal.h</a>></code><br>
<code>#include <<a class="el" href="requant_8h-source.html">mpcdec/requant.h</a>></code><br>
<code>#include <<a class="el" href="huffman_8h-source.html">mpcdec/huffman.h</a>></code><br>
<p>
<a href="mpc__decoder_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0"></a><!-- doxytag: member="mpc_decoder.c::MPC_MULTIPLY_SCF" ref="a0" args="(CcVal, SCF_idx)" -->
#define </td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_SCF</b>(CcVal, SCF_idx) MPC_MULTIPLY(CcVal, d->SCF[SCF_idx])</td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">{ <br>
<b>EQ_TAP</b> = 13,
<b>DELAY</b> = ((EQ_TAP + 1) / 2),
<b>FIR_BANDS</b> = 4,
<b>MEMSIZE</b> = MPC_DECODER_MEMSIZE,
<br>
<b>MEMSIZE2</b> = (MEMSIZE/2),
<b>MEMMASK</b> = (MEMSIZE-1)
<br>
}</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_init_huffman_sv6" ref="a8" args="(mpc_decoder *d)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a8">mpc_decoder_init_huffman_sv6</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initializes sv6 huffman decoding structures. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a9"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_init_huffman_sv7" ref="a9" args="(mpc_decoder *d)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a9">mpc_decoder_init_huffman_sv7</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initializes sv7 huffman decoding structures. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a10"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_read_bitstream_sv6" ref="a10" args="(mpc_decoder *d)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a10">mpc_decoder_read_bitstream_sv6</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a11"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_read_bitstream_sv7" ref="a11" args="(mpc_decoder *d)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a11">mpc_decoder_read_bitstream_sv7</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a12"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_update_buffer" ref="a12" args="(mpc_decoder *d, mpc_uint32_t RING)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a12">mpc_decoder_update_buffer</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, mpc_uint32_t RING)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a13"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_seek_sample" ref="a13" args="(mpc_decoder *d, mpc_int64_t destsample)" -->
mpc_bool_t </td><td class="memItemRight" valign="bottom"><b>mpc_decoder_seek_sample</b> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, mpc_int64_t destsample)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a14"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_requantisierung" ref="a14" args="(mpc_decoder *d, const mpc_int32_t Last_Band)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a14">mpc_decoder_requantisierung</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, const mpc_int32_t Last_Band)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a23">mpc_decoder_resort_huff_tables</a> (const mpc_uint32_t elements, <a class="el" href="structhuffman__type__t.html">HuffmanTyp</a> *Table, const mpc_int32_t offset)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sorts huffman-tables by codeword. <a href="#a23"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a31"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_decode_frame" ref="a31" args="(mpc_decoder *d, mpc_uint32_t *in_buffer, mpc_uint32_t in_len, MPC_SAMPLE_FORMAT *out_buffer)" -->
mpc_uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a31">mpc_decoder_decode_frame</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, mpc_uint32_t *in_buffer, mpc_uint32_t in_len, <a class="el" href="math_8h.html#a16">MPC_SAMPLE_FORMAT</a> *out_buffer)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">mpc_uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a33">mpc_decoder_decode</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, <a class="el" href="math_8h.html#a16">MPC_SAMPLE_FORMAT</a> *buffer, mpc_uint32_t *vbr_update_acc, mpc_uint32_t *vbr_update_bits)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a34">mpc_decoder_setup</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, <a class="el" href="structmpc__reader__t.html">mpc_reader</a> *r)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a35"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_set_streaminfo" ref="a35" args="(mpc_decoder *d, mpc_streaminfo *si)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a35">mpc_decoder_set_streaminfo</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, <a class="el" href="structmpc__streaminfo.html">mpc_streaminfo</a> *si)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">mpc_bool_t </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a36">mpc_decoder_initialize</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, <a class="el" href="structmpc__streaminfo.html">mpc_streaminfo</a> *si)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a39"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_seek_seconds" ref="a39" args="(mpc_decoder *d, double seconds)" -->
mpc_bool_t </td><td class="memItemRight" valign="bottom"><a class="el" href="mpc__decoder_8c.html#a39">mpc_decoder_seek_seconds</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d, double seconds)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Seeks to specified position in seconds in the source stream. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Core decoding routines and logic.
<p>
Definition in file <a class="el" href="mpc__decoder_8c-source.html">mpc_decoder.c</a>.<hr><h2>Function Documentation</h2>
<a class="anchor" name="a33"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_decode" ref="a33" args="(mpc_decoder *d, MPC_SAMPLE_FORMAT *buffer, mpc_uint32_t *vbr_update_acc, mpc_uint32_t *vbr_update_bits)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">mpc_uint32_t mpc_decoder_decode </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> * </td>
<td class="mdname" nowrap> <em>d</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="math_8h.html#a16">MPC_SAMPLE_FORMAT</a> * </td>
<td class="mdname" nowrap> <em>buffer</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>mpc_uint32_t * </td>
<td class="mdname" nowrap> <em>vbr_update_acc</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>mpc_uint32_t * </td>
<td class="mdname" nowrap> <em>vbr_update_bits</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Actually reads data from previously initialized stream. Call this iteratively to decode the mpc stream. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>buffer</em> </td><td>destination buffer for decoded samples </td></tr>
<tr><td valign="top"></td><td valign="top"><em>vbr_update_acc\xrefitem</em> </td><td>todo 1</td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="mpc__decoder_8c-source.html#l00453">453</a> of file <a class="el" href="mpc__decoder_8c-source.html">mpc_decoder.c</a>.
<p>
References <a class="el" href="decoder_8h-source.html#l00071">mpc_decoder_t::FrameWasValid</a>, <a class="el" href="mpc__decoder_8c-source.html#l01373">mpc_decoder_update_buffer()</a>, <a class="el" href="decoder_8h-source.html#l00063">mpc_decoder_t::pos</a>, and <a class="el" href="decoder_8h-source.html#l00065">mpc_decoder_t::Zaehler</a>. </td>
</tr>
</table>
<a class="anchor" name="a36"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_initialize" ref="a36" args="(mpc_decoder *d, mpc_streaminfo *si)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">mpc_bool_t mpc_decoder_initialize </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> * </td>
<td class="mdname" nowrap> <em>d</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="structmpc__streaminfo.html">mpc_streaminfo</a> * </td>
<td class="mdname" nowrap> <em>si</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Initializes mpc decoder with the supplied stream info parameters. Call this next after calling mpc_decoder_setup. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>si</em> </td><td>streaminfo structure indicating format of source stream </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>TRUE if decoder was initalized successfully, FALSE otherwise </dd></dl>
<p>
Definition at line <a class="el" href="mpc__decoder_8c-source.html#l01225">1225</a> of file <a class="el" href="mpc__decoder_8c-source.html">mpc_decoder.c</a>.
<p>
References <a class="el" href="decoder_8h-source.html#l00062">mpc_decoder_t::dword</a>, <a class="el" href="mpc__decoder_8c-source.html#l01208">mpc_decoder_set_streaminfo()</a>, <a class="el" href="decoder_8h-source.html#l00080">mpc_decoder_t::MPCHeaderPos</a>, <a class="el" href="decoder_8h-source.html#l00063">mpc_decoder_t::pos</a>, <a class="el" href="decoder_8h-source.html#l00064">mpc_decoder_t::Speicher</a>, <a class="el" href="decoder_8h-source.html#l00077">mpc_decoder_t::StreamVersion</a>, and <a class="el" href="decoder_8h-source.html#l00065">mpc_decoder_t::Zaehler</a>. </td>
</tr>
</table>
<a class="anchor" name="a23"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_resort_huff_tables" ref="a23" args="(const mpc_uint32_t elements, HuffmanTyp *Table, const mpc_int32_t offset)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void mpc_decoder_resort_huff_tables </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const mpc_uint32_t </td>
<td class="mdname" nowrap> <em>elements</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="structhuffman__type__t.html">HuffmanTyp</a> * </td>
<td class="mdname" nowrap> <em>Table</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const mpc_int32_t </td>
<td class="mdname" nowrap> <em>offset</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Sorts huffman-tables by codeword.
<p>
offset resulting value. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>elements</em> </td><td></td></tr>
<tr><td valign="top"></td><td valign="top"><em>Table</em> </td><td>table to sort </td></tr>
<tr><td valign="top"></td><td valign="top"><em>offset</em> </td><td>offset of resulting sort </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="mpc__decoder_8c-source.html#l00187">187</a> of file <a class="el" href="mpc__decoder_8c-source.html">mpc_decoder.c</a>.
<p>
References <a class="el" href="huffman_8h-source.html#l00053">huffman_type_t::Code</a>, <a class="el" href="huffman_8h-source.html#l00054">huffman_type_t::Length</a>, and <a class="el" href="huffman_8h-source.html#l00055">huffman_type_t::Value</a>.
<p>
Referenced by <a class="el" href="huffsv46_8c-source.html#l00043">mpc_decoder_init_huffman_sv6()</a>, and <a class="el" href="huffsv7_8c-source.html#l00043">mpc_decoder_init_huffman_sv7()</a>. </td>
</tr>
</table>
<a class="anchor" name="a34"></a><!-- doxytag: member="mpc_decoder.c::mpc_decoder_setup" ref="a34" args="(mpc_decoder *d, mpc_reader *r)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void mpc_decoder_setup </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> * </td>
<td class="mdname" nowrap> <em>d</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="structmpc__reader__t.html">mpc_reader</a> * </td>
<td class="mdname" nowrap> <em>r</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Sets up decoder library. Call this first when preparing to decode an mpc stream. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>r</em> </td><td>reader that will supply raw data to the decoder </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="mpc__decoder_8c-source.html#l01139">1139</a> of file <a class="el" href="mpc__decoder_8c-source.html">mpc_decoder.c</a>.
<p>
References <a class="el" href="decoder_8h-source.html#l00089">mpc_decoder_t::__r1</a>, <a class="el" href="decoder_8h-source.html#l00090">mpc_decoder_t::__r2</a>, <a class="el" href="decoder_8h-source.html#l00070">mpc_decoder_t::ActDecodePos</a>, <a class="el" href="decoder_8h-source.html#l00073">mpc_decoder_t::DecodedFrames</a>, <a class="el" href="decoder_8h-source.html#l00062">mpc_decoder_t::dword</a>, <a class="el" href="decoder_8h-source.html#l00115">mpc_decoder_t::Entropie_1</a>, <a class="el" href="decoder_8h-source.html#l00116">mpc_decoder_t::Entropie_2</a>, <a class="el" href="decoder_8h-source.html#l00117">mpc_decoder_t::Entropie_3</a>, <a class="el" href="decoder_8h-source.html#l00118">mpc_decoder_t::Entropie_4</a>, <a class="el" href="decoder_8h-source.html#l00119">mpc_decoder_t::Entropie_5</a>, <a class="el" href="decoder_8h-source.html#l00120">mpc_decoder_t::Entropie_6</a>, <a class="el" href="decoder_8h-source.html#l00121">mpc_decoder_t::Entropie_7</a>, <a class="el" href="decoder_8h-source.html#l00084">mpc_decoder_t::EQ_activated</a>, <a class="el" href="decoder_8h-source.html#l00071">mpc_decoder_t::FrameWasValid</a>, <a class="el" href="decoder_8h-source.html#l00069">mpc_decoder_t::FwdJumpInfo</a>, <a class="el" href="decoder_8h-source.html#l00099">mpc_decoder_t::HuffQ</a>, <a class="el" href="decoder_8h-source.html#l00101">mpc_decoder_t::HuffQ1</a>, <a class="el" href="decoder_8h-source.html#l00102">mpc_decoder_t::HuffQ2</a>, <a class="el" href="decoder_8h-source.html#l00103">mpc_decoder_t::HuffQ3</a>, <a class="el" href="decoder_8h-source.html#l00104">mpc_decoder_t::HuffQ4</a>, <a class="el" href="decoder_8h-source.html#l00105">mpc_decoder_t::HuffQ5</a>, <a class="el" href="decoder_8h-source.html#l00106">mpc_decoder_t::HuffQ6</a>, <a class="el" href="decoder_8h-source.html#l00107">mpc_decoder_t::HuffQ7</a>, <a class="el" href="decoder_8h-source.html#l00081">mpc_decoder_t::LastValidSamples</a>, <a class="el" href="decoder_8h-source.html#l00079">mpc_decoder_t::Max_Band</a>, <a class="el" href="huffsv46_8c-source.html#l00043">mpc_decoder_init_huffman_sv6()</a>, <a class="el" href="huffsv7_8c-source.html#l00043">mpc_decoder_init_huffman_sv7()</a>, <a class="el" href="requant_8c-source.html#l00148">mpc_decoder_initialisiere_quantisierungstabellen()</a>, <a class="el" href="decoder_8h-source.html#l00080">mpc_decoder_t::MPCHeaderPos</a>, <a class="el" href="decoder_8h-source.html#l00078">mpc_decoder_t::MS_used</a>, <a class="el" href="decoder_8h-source.html#l00074">mpc_decoder_t::OverallFrames</a>, <a class="el" href="decoder_8h-source.html#l00063">mpc_decoder_t::pos</a>, <a class="el" href="decoder_8h-source.html#l00057">mpc_decoder_t::r</a>, <a class="el" href="decoder_8h-source.html#l00108">mpc_decoder_t::SampleHuff</a>, <a class="el" href="decoder_8h-source.html#l00075">mpc_decoder_t::SampleRate</a>, <a class="el" href="decoder_8h-source.html#l00077">mpc_decoder_t::StreamVersion</a>, <a class="el" href="decoder_8h-source.html#l00082">mpc_decoder_t::TrueGaplessPresent</a>, <a class="el" href="decoder_8h-source.html#l00086">mpc_decoder_t::WordsRead</a>, and <a class="el" href="decoder_8h-source.html#l00065">mpc_decoder_t::Zaehler</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun Oct 23 16:35:24 2005 for libmpcdec by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>
</html>
|