39 lines
2.5 KiB
HTML
Executable File
39 lines
2.5 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/musepack_internal.h Source File</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 Page</a> | <a class="qindex" href="annotated.html">Class List</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_000000.html">include</a></div>
|
|
<h1>musepack_internal.h</h1><a href="musepack__internal_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001
|
|
00002
|
|
00003
|
|
00004 <span class="preprocessor">#ifndef _mpc_internal_h</span>
|
|
00005 <span class="preprocessor"></span><span class="preprocessor">#define _mpc_internal_h</span>
|
|
00006 <span class="preprocessor"></span>
|
|
00007 <span class="keyword">enum</span> {
|
|
00008 MPC_DECODER_MEMSIZE = 16384, <span class="comment">// overall buffer size</span>
|
|
00009 MPC_DECODER_V_MEM = 2304,
|
|
00010 MPC_DECODER_SYNTH_DELAY = 481,
|
|
00011 };
|
|
00012
|
|
00014 <span class="keyword">static</span> <span class="keyword">inline</span>
|
|
00015 mpc_uint32_t swap32(mpc_uint32_t val) {
|
|
00016 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>* src = (<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>*)&val;
|
|
00017 <span class="keywordflow">return</span>
|
|
00018 (mpc_uint32_t)src[0] |
|
|
00019 ((mpc_uint32_t)src[1] << 8) | ((mpc_uint32_t)src[2] << 16) | ((mpc_uint32_t)src[3] << 24);
|
|
00020 }
|
|
00021
|
|
00026 mpc_int32_t <a class="code" href="idtag_8c.html#a0">JumpID3v2</a>(<a class="code" href="structmpc__reader__t.html">mpc_reader</a>* fp);
|
|
00027
|
|
00028 <span class="preprocessor">#endif // _mpc_internal_h</span>
|
|
00029 <span class="preprocessor"></span>
|
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sat Dec 11 14:43:46 2004 for libmusepack by
|
|
<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>
|