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
|
<!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/synth_filter.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>synth_filter.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>
<p>
<a href="synth__filter_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="synth_filter.c::MPC_FIXED_POINT_SYNTH_FIX" ref="a0" args="" -->
#define </td><td class="memItemRight" valign="bottom"><a class="el" href="synth__filter_8c.html#a0">MPC_FIXED_POINT_SYNTH_FIX</a> 2</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1"></a><!-- doxytag: member="synth_filter.c::_" ref="a1" args="(value)" -->
#define </td><td class="memItemRight" valign="bottom"><a class="el" href="synth__filter_8c.html#a1">_</a>(value) MAKE_MPC_SAMPLE((double)value/(double)(0x10000))</td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2"></a><!-- doxytag: member="synth_filter.c::ptrdiff_t" ref="a2" args="" -->
typedef mpc_int32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="synth__filter_8c.html#a2">ptrdiff_t</a></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="a7"></a><!-- doxytag: member="synth_filter.c::mpc_decoder_synthese_filter_float" ref="a7" args="(mpc_decoder *d, MPC_SAMPLE_FORMAT *OutData)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="synth__filter_8c.html#a7">mpc_decoder_synthese_filter_float</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> *OutData)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8"></a><!-- doxytag: member="synth_filter.c::mpc_random_int" ref="a8" args="(mpc_decoder *d)" -->
mpc_uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="synth__filter_8c.html#a8">mpc_random_int</a> (<a class="el" href="structmpc__decoder__t.html">mpc_decoder</a> *d)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">helper functions used by multiple files <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Synthesis functions. <dl compact><dt><b><a class="el" href="todo.html#_todo000003">Todo:</a></b></dt><dd>document me </dd></dl>
<p>
Definition in file <a class="el" href="synth__filter_8c-source.html">synth_filter.c</a>.<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>
|