Sophie

Sophie

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

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>DCTPanel.h</h1><a href="dctpanel_h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef DCTPANEL_HPP</font>
00002 <font class="preprocessor"></font><font class="preprocessor">#define DCTPANEL_HPP</font>
00003 <font class="preprocessor"></font>
00004 <font class="preprocessor">#include "<a class="code" href="campanel_h.html">CamPanel.h</a>"</font>
00005 <font class="preprocessor">#include "<a class="code" href="camtile_h.html">CamTile.h</a>"</font>
00006 
00007 <font class="keyword">class </font><a class="code" href="class_cdctpanel.html">CDCTPanel</a>: <font class="keyword">public</font> <a class="code" href="class_ccampanel.html">CCamPanel</a>
00008 {
00009    Q_OBJECT
00010 <font class="keyword">private</font>:
00011    <a class="code" href="class_ccampanel.html">CCamPanel</a> *pBasePanel;
00012    <font class="keywordtype">bool</font> Inverse;
00013 
00014    <font class="keywordtype">bool</font> TilesDefault;
00015    <font class="keywordtype">int</font> tiles_y, tiles_uv;
00016    <a class="code" href="struct_ccamtile.html">CCamTile</a> *pTilesY, *pTilesUV;
00017   
00018    <font class="keywordtype">int</font> coeff[32];  <font class="comment">/* DCT coeffecients */</font>
00019 
00020    <font class="keywordtype">void</font> CreateTiles();
00021   
00022 <font class="keyword">public</font>:
00023    <a class="code" href="class_cdctpanel.html#a0">CDCTPanel</a>(<a class="code" href="class_ccampanel.html">CCamPanel</a> *base_panel, <font class="keywordtype">bool</font> inv,
00024              <font class="keyword">const</font> <font class="keywordtype">char</font> *name = <font class="stringliteral">"dct.yuv"</font>, 
00025              <font class="keyword">const</font> <font class="keywordtype">char</font> *desc = <font class="stringliteral">"DCT conversion"</font>);
00026    <a class="code" href="class_cdctpanel.html#a1">~CDCTPanel</a>();
00027 
00028    <font class="keywordtype">void</font> <a class="code" href="class_cdctpanel.html#a2">SetTiles</a>(<a class="code" href="struct_ccamtile.html">CCamTile</a> *tilesy, <a class="code" href="struct_ccamtile.html">CCamTile</a> *tilesuv);
00029 
00030 <font class="keyword">public</font> slots:   
00031    <font class="keywordtype">void</font> <a class="code" href="class_cdctpanel.html#g0">UpdatePanel</a>();
00032    <font class="keywordtype">void</font> <a class="code" href="class_ccampanel.html#g0">SetSize</a>(<font class="keyword">const</font> QSize &amp;ns);
00033 };
00034 
00035 <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>