Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > f250c16c2b84c9364a2f35a71121aaa2 > files > 314

lib64dirac-devel-1.0.2-2mdv2010.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Dirac Video Codec</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
Dirac - A Video Codec
</h1>
<p align="center">
Created by the <a href="http://www.bbc.co.uk">British Broadcasting Corporation</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.5.9 -->
<h1>enc_picture.h</h1><a href="a00190.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* ***** BEGIN LICENSE BLOCK *****</span>
<a name="l00002"></a>00002 <span class="comment">*</span>
<a name="l00003"></a>00003 <span class="comment">* $Id: enc_picture.h,v 1.6 2008/10/01 01:26:47 asuraparaju Exp $ $Name: Dirac_1_0_2 $</span>
<a name="l00004"></a>00004 <span class="comment">*</span>
<a name="l00005"></a>00005 <span class="comment">* Version: MPL 1.1/GPL 2.0/LGPL 2.1</span>
<a name="l00006"></a>00006 <span class="comment">*</span>
<a name="l00007"></a>00007 <span class="comment">* The contents of this file are subject to the Mozilla Public License</span>
<a name="l00008"></a>00008 <span class="comment">* Version 1.1 (the "License"); you may not use this file except in compliance</span>
<a name="l00009"></a>00009 <span class="comment">* with the License. You may obtain a copy of the License at</span>
<a name="l00010"></a>00010 <span class="comment">* http://www.mozilla.org/MPL/</span>
<a name="l00011"></a>00011 <span class="comment">*</span>
<a name="l00012"></a>00012 <span class="comment">* Software distributed under the License is distributed on an "AS IS" basis,</span>
<a name="l00013"></a>00013 <span class="comment">* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for</span>
<a name="l00014"></a>00014 <span class="comment">* the specific language governing rights and limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment">*</span>
<a name="l00016"></a>00016 <span class="comment">* The Original Code is BBC Research and Development code.</span>
<a name="l00017"></a>00017 <span class="comment">*</span>
<a name="l00018"></a>00018 <span class="comment">* The Initial Developer of the Original Code is the British Broadcasting</span>
<a name="l00019"></a>00019 <span class="comment">* Corporation.</span>
<a name="l00020"></a>00020 <span class="comment">* Portions created by the Initial Developer are Copyright (C) 2008.</span>
<a name="l00021"></a>00021 <span class="comment">* All Rights Reserved.</span>
<a name="l00022"></a>00022 <span class="comment">*</span>
<a name="l00023"></a>00023 <span class="comment">* Contributor(s): Thomas Davies (Original Author),</span>
<a name="l00024"></a>00024 <span class="comment">*</span>
<a name="l00025"></a>00025 <span class="comment">* Alternatively, the contents of this file may be used under the terms of</span>
<a name="l00026"></a>00026 <span class="comment">* the GNU General Public License Version 2 (the "GPL"), or the GNU Lesser</span>
<a name="l00027"></a>00027 <span class="comment">* Public License Version 2.1 (the "LGPL"), in which case the provisions of</span>
<a name="l00028"></a>00028 <span class="comment">* the GPL or the LGPL are applicable instead of those above. If you wish to</span>
<a name="l00029"></a>00029 <span class="comment">* allow use of your version of this file only under the terms of the either</span>
<a name="l00030"></a>00030 <span class="comment">* the GPL or LGPL and not to allow others to use your version of this file</span>
<a name="l00031"></a>00031 <span class="comment">* under the MPL, indicate your decision by deleting the provisions above</span>
<a name="l00032"></a>00032 <span class="comment">* and replace them with the notice and other provisions required by the GPL</span>
<a name="l00033"></a>00033 <span class="comment">* or LGPL. If you do not delete the provisions above, a recipient may use</span>
<a name="l00034"></a>00034 <span class="comment">* your version of this file under the terms of any one of the MPL, the GPL</span>
<a name="l00035"></a>00035 <span class="comment">* or the LGPL.</span>
<a name="l00036"></a>00036 <span class="comment">* ***** END LICENSE BLOCK ***** */</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#ifndef _ENC_PICTURE_H_</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define _ENC_PICTURE_H_</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &lt;<a class="code" href="a00212.html">libdirac_common/picture.h</a>&gt;</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include &lt;<a class="code" href="a00200.html">libdirac_common/motion.h</a>&gt;</span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 
<a name="l00045"></a>00045 <span class="keyword">namespace </span>dirac
<a name="l00046"></a>00046 {
<a name="l00047"></a>00047 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_ME_INIT = 0x1;
<a name="l00048"></a>00048 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_PEL_ME = 0x2;
<a name="l00049"></a>00049 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_SUBPEL_ME = 0x4;
<a name="l00050"></a>00050 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_ME_MODE_DECN = 0x8;
<a name="l00051"></a>00051 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_MV_CODING = 0x10;
<a name="l00052"></a>00052 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_MC = 0x20;
<a name="l00053"></a>00053 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_DWT = 0x40;
<a name="l00054"></a>00054 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_QUANT_SEL = 0x80;
<a name="l00055"></a>00055 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_RES_CODING = 0x100;
<a name="l00056"></a>00056 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_IDWT = 0x200;
<a name="l00057"></a>00057 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_MC_BACK = 0x400;
<a name="l00058"></a>00058 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_SET_PTYPE = 0x800;
<a name="l00059"></a>00059 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> DONE_PIC_COMPLEXITY = 0x1000;
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ALL_ENC = 0xFFFFFFFF;
<a name="l00062"></a>00062 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> NO_ENC = 0;
<a name="l00063"></a>00063 
<a name="l00064"></a><a class="code" href="a00064.html">00064</a> <span class="keyword">class </span><a class="code" href="a00064.html">EncPicture</a> : <span class="keyword">public</span> <a class="code" href="a00108.html" title="A class for encapsulating all the data relating to a picture.">Picture</a>
<a name="l00065"></a>00065 {
<a name="l00066"></a>00066 <span class="keyword">public</span>:
<a name="l00067"></a>00067     <a class="code" href="a00064.html#b934e06b8a798d958cca7cc77be88b9f">EncPicture</a>( <span class="keyword">const</span> <a class="code" href="a00113.html" title="Parameters for initialising picture class objects.">PictureParams</a>&amp; pp );
<a name="l00068"></a>00068 
<a name="l00069"></a>00069     <span class="keyword">virtual</span> <a class="code" href="a00064.html#bc9e0b11d46cd5eac18c03979cb2c8e2">~EncPicture</a>();
<a name="l00070"></a>00070 
<a name="l00072"></a>00072     <span class="keywordtype">void</span> <a class="code" href="a00064.html#1175f59913f1eae714be2ea5d518794b" title="Initialise the motion estimation data arrays.">InitMEData</a>( <span class="keyword">const</span> <a class="code" href="a00114.html" title="Structure to hold motion parameters when motion comp is used.">PicturePredParams</a>&amp; predparams, <span class="keyword">const</span> <span class="keywordtype">int</span> num_refs);
<a name="l00073"></a>00073 
<a name="l00075"></a><a class="code" href="a00064.html#a27b18e6a4b1b8613090cf70ffdb4d06">00075</a>     <a class="code" href="a00082.html" title="Class for all the motion estimation data.">MEData</a>&amp; <a class="code" href="a00064.html#a27b18e6a4b1b8613090cf70ffdb4d06" title="Returns the motion data.">GetMEData</a>(){ <span class="keywordflow">return</span> *<a class="code" href="a00064.html#5dd2c90aa7ef4cfa44de506a53ad1280">m_me_data</a>;}
<a name="l00076"></a>00076 
<a name="l00078"></a><a class="code" href="a00064.html#bdf8ec756d0624404c809c32f1bb3af6">00078</a>     <span class="keyword">const</span> <a class="code" href="a00082.html" title="Class for all the motion estimation data.">MEData</a>&amp; <a class="code" href="a00064.html#bdf8ec756d0624404c809c32f1bb3af6" title="Returns the motion data.">GetMEData</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> *<a class="code" href="a00064.html#5dd2c90aa7ef4cfa44de506a53ad1280">m_me_data</a>;}
<a name="l00079"></a>00079 
<a name="l00081"></a>00081     <span class="keywordtype">void</span> <a class="code" href="a00064.html#026719cc5903f18834ffc36b2a8ad175" title="Drops a reference from the motion vector data.">DropRef</a>( <span class="keywordtype">int</span> rindex );
<a name="l00082"></a>00082 
<a name="l00083"></a>00083 
<a name="l00085"></a><a class="code" href="a00064.html#3ae083074679cfc1746b64f90f991d90">00085</a>     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#3ae083074679cfc1746b64f90f991d90" title="Returns a given component of the original data.">OrigData</a>(<a class="code" href="a00234.html#39dd89c4c7484412efd87d41548271cd" title="Types of picture component.">CompSort</a> c)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> *<a class="code" href="a00064.html#8f0b1f6f6fa82306a5455955f3009820">m_orig_data</a>[(int) c];}
<a name="l00086"></a>00086 
<a name="l00088"></a>00088     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#40317cbaa8a578b4e8f3e975ca24d46f" title="Returns a given upconverted component of the original data.">UpOrigData</a>(<a class="code" href="a00234.html#39dd89c4c7484412efd87d41548271cd" title="Types of picture component.">CompSort</a> cs) <span class="keyword">const</span>;
<a name="l00089"></a>00089 
<a name="l00091"></a>00091     <span class="keywordtype">void</span> <a class="code" href="a00064.html#66d11fe4fd9fe223e0bacff1f67305aa" title="Initialises a copy of the data arrays into the original data.">SetOrigData</a>();
<a name="l00092"></a>00092 
<a name="l00094"></a>00094     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#951abb1d32835683e0ef7960b7cda92a" title="Returns a version of the picture data suitable for motion estimation.">DataForME</a>(<span class="keywordtype">bool</span> combined_me) <span class="keyword">const</span>;
<a name="l00095"></a>00095 
<a name="l00097"></a>00097     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#780db3c5e6ea8938207351e7be091ee2" title="Returns a version of the picture data suitable for subpel motion estimation.">UpDataForME</a>(<span class="keywordtype">bool</span> combined_me) <span class="keyword">const</span>;
<a name="l00098"></a>00098 
<a name="l00099"></a>00099 
<a name="l00100"></a><a class="code" href="a00064.html#305085cdd428fdb2156306f1141ffbef">00100</a>     <span class="keywordtype">void</span> <a class="code" href="a00064.html#305085cdd428fdb2156306f1141ffbef">UpdateStatus</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> mask ){ <a class="code" href="a00064.html#47306f01e7438c6c164bde3b53c6d353">m_status</a> |= mask; }
<a name="l00101"></a>00101 
<a name="l00102"></a><a class="code" href="a00064.html#5d8967766285622f61d4d0196419570d">00102</a>     <span class="keywordtype">void</span> <a class="code" href="a00064.html#5d8967766285622f61d4d0196419570d">FlipStatus</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> mask){ <a class="code" href="a00064.html#47306f01e7438c6c164bde3b53c6d353">m_status</a> ^= mask; }
<a name="l00103"></a>00103 
<a name="l00104"></a><a class="code" href="a00064.html#97cfa60b7a6a371681a3ab0b008206e7">00104</a>     <span class="keywordtype">void</span> <a class="code" href="a00064.html#97cfa60b7a6a371681a3ab0b008206e7">SetStatus</a>( <span class="keyword">const</span> <span class="keywordtype">int</span> status ){ <a class="code" href="a00064.html#47306f01e7438c6c164bde3b53c6d353">m_status</a> = status; }
<a name="l00105"></a>00105 
<a name="l00106"></a><a class="code" href="a00064.html#0b973df8116644aabe46c418b514c1a3">00106</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="a00064.html#0b973df8116644aabe46c418b514c1a3">GetStatus</a>()<span class="keyword"> const</span>{ <span class="keywordflow">return</span> <a class="code" href="a00064.html#47306f01e7438c6c164bde3b53c6d353">m_status</a>; }
<a name="l00107"></a>00107 
<a name="l00108"></a>00108 
<a name="l00109"></a><a class="code" href="a00064.html#2791e0231f1f9635f56b26c43e9283fa">00109</a>     <span class="keywordtype">double</span> <a class="code" href="a00064.html#2791e0231f1f9635f56b26c43e9283fa">GetComplexity</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00064.html#a54c171de1bef28d3f0bf72ad2a4e30f">m_complexity</a>; }
<a name="l00110"></a>00110 
<a name="l00111"></a><a class="code" href="a00064.html#341457550670378d0e8bc968c8d45b20">00111</a>     <span class="keywordtype">void</span> <a class="code" href="a00064.html#341457550670378d0e8bc968c8d45b20">SetComplexity</a>(<span class="keywordtype">double</span> c){ <a class="code" href="a00064.html#a54c171de1bef28d3f0bf72ad2a4e30f">m_complexity</a> = c; }
<a name="l00112"></a>00112 
<a name="l00113"></a><a class="code" href="a00064.html#9227a1ef0367c6a026bb7d4acbe7bcd3">00113</a>     <span class="keywordtype">double</span> <a class="code" href="a00064.html#9227a1ef0367c6a026bb7d4acbe7bcd3">GetNormComplexity</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="a00064.html#10e5f431bb1e7179d2ecc29126bad2fc">m_norm_complexity</a>; }
<a name="l00114"></a>00114 
<a name="l00115"></a><a class="code" href="a00064.html#5217dbec4df54e441d3c6b73cb290cfb">00115</a>     <span class="keywordtype">void</span> <a class="code" href="a00064.html#5217dbec4df54e441d3c6b73cb290cfb">SetNormComplexity</a>( <span class="keywordtype">double</span> c ){ <a class="code" href="a00064.html#10e5f431bb1e7179d2ecc29126bad2fc">m_norm_complexity</a> = c; }
<a name="l00116"></a>00116 
<a name="l00117"></a><a class="code" href="a00064.html#6e030c95867576c96e9d5cb6b8e7c76e">00117</a>     <span class="keywordtype">double</span> <a class="code" href="a00064.html#6e030c95867576c96e9d5cb6b8e7c76e">GetPredBias</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="a00064.html#52fd5ba3da08d2fd9b4017455e322269">m_pred_bias</a>; }
<a name="l00118"></a>00118 
<a name="l00119"></a><a class="code" href="a00064.html#509de125251878d832624bcc7bab9f3d">00119</a>     <span class="keywordtype">void</span> <a class="code" href="a00064.html#509de125251878d832624bcc7bab9f3d">SetPredBias</a>( <span class="keywordtype">double</span> b ){ <a class="code" href="a00064.html#52fd5ba3da08d2fd9b4017455e322269">m_pred_bias</a> = b; }
<a name="l00120"></a>00120 
<a name="l00121"></a>00121 
<a name="l00122"></a>00122 <span class="keyword">private</span>:
<a name="l00123"></a>00123 
<a name="l00124"></a>00124     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00064.html#44ff86d6223a233ba63db4efcae660a6" title="Delete all the data.">ClearData</a>();
<a name="l00125"></a>00125 
<a name="l00127"></a>00127     <span class="keywordtype">void</span> <a class="code" href="a00064.html#ab60c5d3f340deff583816d6d52c2ea7" title="Filters a (field) picture vertically to reduce aliasing for motion estimation purposes...">AntiAliasFilter</a>( <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; out_data, <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; in_data ) <span class="keyword">const</span>;
<a name="l00128"></a>00128 
<a name="l00130"></a>00130     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#83db95943ecce782680d1bbf818cb46f" title="Returns an anti-aliased version of the original data.">FiltData</a>(<a class="code" href="a00234.html#39dd89c4c7484412efd87d41548271cd" title="Types of picture component.">CompSort</a> c) <span class="keyword">const</span>;
<a name="l00131"></a>00131 
<a name="l00132"></a>00132     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#5d9aac216920f0418e110c30d3a45959">CombinedData</a>() <span class="keyword">const</span>;
<a name="l00133"></a>00133     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#e2eeb7c007769e4cb9ea0e1430d86542">UpCombinedData</a>() <span class="keyword">const</span>;
<a name="l00134"></a>00134     <span class="keywordtype">void</span> <a class="code" href="a00064.html#79ff98f53e32c6b6f2f5684c480ebdad">Combine</a>( <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; comb_data, <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; y_data,
<a name="l00135"></a>00135                           <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; u_data, <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; v_data ) <span class="keyword">const</span>;
<a name="l00136"></a>00136 
<a name="l00138"></a>00138     <span class="keyword">const</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>&amp; <a class="code" href="a00064.html#a223486e80919b2081cb6112916f42d1" title="Returns an upconverted anti-aliased version of the original data.">UpFiltData</a>(<a class="code" href="a00234.html#39dd89c4c7484412efd87d41548271cd" title="Types of picture component.">CompSort</a> c) <span class="keyword">const</span>;
<a name="l00139"></a>00139 
<a name="l00140"></a>00140 
<a name="l00141"></a>00141     <span class="keywordtype">void</span> <a class="code" href="a00064.html#66d11fe4fd9fe223e0bacff1f67305aa" title="Initialises a copy of the data arrays into the original data.">SetOrigData</a>(<span class="keyword">const</span> <span class="keywordtype">int</span> c);
<a name="l00142"></a>00142 
<a name="l00143"></a>00143 <span class="keyword">private</span>:
<a name="l00144"></a>00144 
<a name="l00145"></a><a class="code" href="a00064.html#8f0b1f6f6fa82306a5455955f3009820">00145</a>     <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>* <a class="code" href="a00064.html#8f0b1f6f6fa82306a5455955f3009820">m_orig_data</a>[3];
<a name="l00146"></a><a class="code" href="a00064.html#0fa3d378dd8340b3af8cd681b7c30e13">00146</a>     <span class="keyword">mutable</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>* <a class="code" href="a00064.html#0fa3d378dd8340b3af8cd681b7c30e13">m_orig_up_data</a>[3];
<a name="l00147"></a><a class="code" href="a00064.html#13da1d624dd14e1d04abcf7423d362e7">00147</a>     <span class="keyword">mutable</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>* <a class="code" href="a00064.html#13da1d624dd14e1d04abcf7423d362e7">m_filt_data</a>[3];
<a name="l00148"></a><a class="code" href="a00064.html#ae1b5f12c0aab575fc6fbf2a5b1b715c">00148</a>     <span class="keyword">mutable</span> <a class="code" href="a00107.html" title="A class for picture component data.">PicArray</a>* <a class="code" href="a00064.html#ae1b5f12c0aab575fc6fbf2a5b1b715c">m_filt_up_data</a>[3];
<a name="l00149"></a>00149 
<a name="l00150"></a><a class="code" href="a00064.html#5dd2c90aa7ef4cfa44de506a53ad1280">00150</a>     <a class="code" href="a00082.html" title="Class for all the motion estimation data.">MEData</a>* <a class="code" href="a00064.html#5dd2c90aa7ef4cfa44de506a53ad1280">m_me_data</a>;
<a name="l00151"></a>00151 
<a name="l00152"></a><a class="code" href="a00064.html#47306f01e7438c6c164bde3b53c6d353">00152</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="a00064.html#47306f01e7438c6c164bde3b53c6d353">m_status</a>;
<a name="l00153"></a>00153 
<a name="l00154"></a><a class="code" href="a00064.html#a54c171de1bef28d3f0bf72ad2a4e30f">00154</a>     <span class="keywordtype">double</span> <a class="code" href="a00064.html#a54c171de1bef28d3f0bf72ad2a4e30f">m_complexity</a>;
<a name="l00155"></a><a class="code" href="a00064.html#10e5f431bb1e7179d2ecc29126bad2fc">00155</a>     <span class="keywordtype">double</span> <a class="code" href="a00064.html#10e5f431bb1e7179d2ecc29126bad2fc">m_norm_complexity</a>;
<a name="l00156"></a>00156 
<a name="l00157"></a><a class="code" href="a00064.html#52fd5ba3da08d2fd9b4017455e322269">00157</a>     <span class="keywordtype">double</span> <a class="code" href="a00064.html#52fd5ba3da08d2fd9b4017455e322269">m_pred_bias</a>;
<a name="l00158"></a>00158 };
<a name="l00159"></a>00159 
<a name="l00160"></a>00160 
<a name="l00161"></a>00161 }
<a name="l00162"></a>00162 
<a name="l00163"></a>00163 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr>
<p align="center"><small>
&copy; 2004 British Broadcasting Corporation.
Dirac code licensed under the <a href="http://www.mozilla.org/MPL/">Mozilla Public License (MPL) Version 1.1</a>.<br>
HTML documentation generated by Dimitri van Heesch's
excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small></p>
</body>
</html>