Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > ec9ccd822be669bf449eecc0e640e0be > files > 40

camstream-0.26.3-19.fc12.x86_64.rpm

<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>

<!-- Generated by Doxygen 1.2.6 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>CamTile.h</h1><a href="camtile_h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef CAMTILE_HPP</font>
00002 <font class="preprocessor"></font><font class="preprocessor">#define CAMTILE_HPP</font>
00003 <font class="preprocessor"></font>
00004 <font class="preprocessor">#include &lt;qglobal.h&gt;</font>
00005 
<a name="l00006"></a><a class="code" href="struct_ccamtile.html">00006</a> <font class="keyword">struct </font><a class="code" href="struct_ccamtile.html">CCamTile</a>
00007 {
00008 <font class="keyword">public</font>:
<a name="l00009"></a><a class="code" href="struct_ccamtile.html#m1">00009</a>    <font class="keywordtype">int</font> x, y;                    
<a name="l00010"></a><a class="code" href="struct_ccamtile.html#m2">00010</a>    <font class="keywordtype">int</font> in_offsets[8][8];        
<a name="l00011"></a><a class="code" href="struct_ccamtile.html#m3">00011</a>    <font class="keywordtype">int</font> out_offsets[8][8];       
<a name="l00013"></a><a class="code" href="struct_ccamtile.html#m5">00013</a>    <font class="keywordtype">int</font> abs_value, nb_value;
<a name="l00014"></a><a class="code" href="struct_ccamtile.html#m6">00014</a>    <font class="keywordtype">int</font> PCount;  <font class="comment">// P-frame count</font>
00015    
<a name="l00016"></a><a class="code" href="struct_ccamtile.html#m8">00016</a>    <a class="code" href="struct_ccamtile.html">CCamTile</a> *Left, *Top, *Right, *Bottom; 
<a name="l00017"></a><a class="code" href="struct_ccamtile.html#m11">00017</a>    <a class="code" href="struct_ccamtile.html">CCamTile</a> *NextZag;           
<a name="l00018"></a><a class="code" href="struct_ccamtile.html#m12">00018</a>    <a class="code" href="struct_ccamtile.html">CCamTile</a> *pUsedPrev, *pUsedNext;
00019 
00020    <font class="keywordtype">void</font> <a class="code" href="struct_ccamtile.html#a0">CalculateForward</a>(uchar *dst, uchar *src);
00021    <font class="keywordtype">void</font> <a class="code" href="struct_ccamtile.html#a1">CalculateInverse</a>(uchar *dst, uchar *src);
00022 
00023    <font class="keywordtype">void</font> <a class="code" href="struct_ccamtile.html#a2">CalcDiffValue</a>(<font class="keyword">const</font> uchar *src);
00024    <font class="keywordtype">void</font> <a class="code" href="struct_ccamtile.html#a3">CopyTile</a>(uchar *dst, <font class="keyword">const</font> uchar *src);
00025    <font class="keywordtype">void</font> <a class="code" href="struct_ccamtile.html#a4">ClearInTile</a>(uchar *dst);
00026    <font class="keywordtype">void</font> <a class="code" href="struct_ccamtile.html#a5">ClearOutTile</a>(uchar *dst);
00027    
00028    <font class="keyword">static</font> <font class="keywordtype">int</font> <a class="code" href="struct_ccamtile.html#d0">CompareTile</a>(<font class="keyword">const</font> <font class="keywordtype">void</font> *t1, <font class="keyword">const</font> <font class="keywordtype">void</font> *t2);
00029 };
00030 
00031 <font class="preprocessor">#endif</font>
</font></pre></div><hr><address><small>Generated at Sat May 18 02:56:55 2002 for Camstream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.6 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>