gps/GPSResources/tcpmp 0.73/mpc/libmusepack/docs/html/mpc__math_8h.html

76 lines
6.0 KiB
HTML
Executable File

<!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>libmusepack: include/mpc_math.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</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> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">include</a></div>
<h1>mpc_math.h File Reference</h1>
<p>
<a href="mpc__math_8h-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" doxytag="mpc_math.h::MPC_FIXED_POINT_SHIFT"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_FIXED_POINT_SHIFT</b>&nbsp;&nbsp;&nbsp;16</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1" doxytag="mpc_math.h::MAKE_MPC_SAMPLE"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MAKE_MPC_SAMPLE</b>(X)&nbsp;&nbsp;&nbsp;((MPC_SAMPLE_FORMAT)(X))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2" doxytag="mpc_math.h::MAKE_MPC_SAMPLE_EX"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MAKE_MPC_SAMPLE_EX</b>(X, Y)&nbsp;&nbsp;&nbsp;((MPC_SAMPLE_FORMAT)(X))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3" doxytag="mpc_math.h::MPC_MULTIPLY_FRACT"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_FRACT</b>(X, Y)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4" doxytag="mpc_math.h::MPC_MAKE_FRACT_CONST"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MAKE_FRACT_CONST</b>(X)&nbsp;&nbsp;&nbsp;(X)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5" doxytag="mpc_math.h::MPC_MULTIPLY_FRACT_CONST"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_FRACT_CONST</b>(X, Y)&nbsp;&nbsp;&nbsp;MPC_MULTPLY_FRACT(X,MPC_MAKE_FRACT_CONST(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a6" doxytag="mpc_math.h::MPC_MULTIPLY_FRACT_CONST_SHR"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_FRACT_CONST_SHR</b>(X, Y, Z)&nbsp;&nbsp;&nbsp;MPC_MULTIPLY_FRACT(X,MPC_MAKE_FRACT_CONST( Y ))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a7" doxytag="mpc_math.h::MPC_MULTIPLY_FRACT_CONST_FIX"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_FRACT_CONST_FIX</b>(X, Y, Z)&nbsp;&nbsp;&nbsp;MPC_MULTIPLY_FRACT(X,MPC_MAKE_FRACT_CONST( Y ))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8" doxytag="mpc_math.h::MPC_MULTIPLY_FLOAT_INT"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_FLOAT_INT</b>(X, Y)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a9" doxytag="mpc_math.h::MPC_MULTIPLY"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY</b>(X, Y)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a10" doxytag="mpc_math.h::MPC_MULTIPLY_EX"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_MULTIPLY_EX</b>(X, Y, Z)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a11" doxytag="mpc_math.h::MPC_SCALE_CONST"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_SCALE_CONST</b>(X, Y, Z)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a12" doxytag="mpc_math.h::MPC_SCALE_CONST_SHL"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_SCALE_CONST_SHL</b>(X, Y, Z, S)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a13" doxytag="mpc_math.h::MPC_SCALE_CONST_SHR"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_SCALE_CONST_SHR</b>(X, Y, Z, S)&nbsp;&nbsp;&nbsp;((X)*(Y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a14" doxytag="mpc_math.h::MPC_SHR"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_SHR</b>(X, Y)&nbsp;&nbsp;&nbsp;(X)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a15" doxytag="mpc_math.h::MPC_SHL"></a>
#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_SHL</b>(X, Y)&nbsp;&nbsp;&nbsp;(X)</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="a16" doxytag="mpc_math.h::MPC_SAMPLE_FORMAT"></a>
typedef float&nbsp;</td><td class="memItemRight" valign="bottom"><b>MPC_SAMPLE_FORMAT</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Libmusepack internal math routines.
<p>
Definition in file <a class="el" href="mpc__math_8h-source.html">mpc_math.h</a>.<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 11 14:43:47 2004 for libmusepack by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>