Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > f250c16c2b84c9364a2f35a71121aaa2 > files > 196

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 -->
  <div class="navpath"><a class="el" href="a00234.html">dirac</a>::<a class="el" href="a00124.html">QuantiserLists</a>
  </div>
<div class="contents">
<h1>dirac::QuantiserLists Class Reference</h1><!-- doxytag: class="dirac::QuantiserLists" -->Class for encapsulating quantiser data.  

<p>
<code>#include &lt;<a class="el" href="a00171_source.html">common.h</a>&gt;</code>
<p>

<p>
<a href="a00301.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="a00124.html#1d322afd9784d4197f9593b508e5d703">QuantiserLists</a> ()
<dl class="el"><dd class="mdescRight">Default constructor.  <a href="#1d322afd9784d4197f9593b508e5d703"></a><br></dl><li>int <a class="el" href="a00124.html#8f55e40d58354b1ab627ce4dd23b2398">QuantFactor4</a> (const int index) const 
<dl class="el"><dd class="mdescRight">Returns 4 times the quantisation factor.  <a href="#8f55e40d58354b1ab627ce4dd23b2398"></a><br></dl><li>int <a class="el" href="a00124.html#b26080292ffeeeedc60c497301ad17ce">IntraQuantOffset4</a> (const int index) const 
<dl class="el"><dd class="mdescRight">Returns the intra <a class="el" href="a00108.html" title="A class for encapsulating all the data relating to a picture.">Picture</a> quantisation offset for non-zero values.  <a href="#b26080292ffeeeedc60c497301ad17ce"></a><br></dl><li>int <a class="el" href="a00124.html#00511d6ab38cc62ee3f024d9491552c5">InterQuantOffset4</a> (const int index) const 
<dl class="el"><dd class="mdescRight">Returns the inter <a class="el" href="a00108.html" title="A class for encapsulating all the data relating to a picture.">Picture</a> quantisation offset for non-zero values.  <a href="#00511d6ab38cc62ee3f024d9491552c5"></a><br></dl><li>int <a class="el" href="a00124.html#d88c6127daba41c8c004f21220d73aa4">MaxQuantIndex</a> () const 
<dl class="el"><dd class="mdescRight">Returns the maximum quantiser index supported.  <a href="#d88c6127daba41c8c004f21220d73aa4"></a><br></dl></ul>
<h2>Private Attributes</h2>
<ul>
<li>unsigned int <a class="el" href="a00124.html#bd9e8355c11bcac21d36dcc037d81407">m_max_qindex</a>
<li><a class="el" href="a00097.html">OneDArray</a>&lt; int &gt; <a class="el" href="a00124.html#446d371c4aaa63026b55393d7b580dc7">m_qflist4</a>
<li><a class="el" href="a00097.html">OneDArray</a>&lt; int &gt; <a class="el" href="a00124.html#5b7a3ec886e4508064bd4e8a793430bf">m_intra_offset4</a>
<li><a class="el" href="a00097.html">OneDArray</a>&lt; int &gt; <a class="el" href="a00124.html#83afc3afc325b9683fe46559c8e43562">m_inter_offset4</a>
</ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="1d322afd9784d4197f9593b508e5d703"></a><!-- doxytag: member="dirac::QuantiserLists::QuantiserLists" ref="1d322afd9784d4197f9593b508e5d703" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dirac::QuantiserLists::QuantiserLists           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="00511d6ab38cc62ee3f024d9491552c5"></a><!-- doxytag: member="dirac::QuantiserLists::InterQuantOffset4" ref="00511d6ab38cc62ee3f024d9491552c5" args="(const int index) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int dirac::QuantiserLists::InterQuantOffset4           </td>
          <td>(</td>
          <td class="paramtype">const int&nbsp;</td>
          <td class="paramname"> <em>index</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00171_source.html#l01604">m_inter_offset4</a>.</p>

</div>
</div><p>
<a class="anchor" name="b26080292ffeeeedc60c497301ad17ce"></a><!-- doxytag: member="dirac::QuantiserLists::IntraQuantOffset4" ref="b26080292ffeeeedc60c497301ad17ce" args="(const int index) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int dirac::QuantiserLists::IntraQuantOffset4           </td>
          <td>(</td>
          <td class="paramtype">const int&nbsp;</td>
          <td class="paramname"> <em>index</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00171_source.html#l01603">m_intra_offset4</a>.</p>

</div>
</div><p>
<a class="anchor" name="d88c6127daba41c8c004f21220d73aa4"></a><!-- doxytag: member="dirac::QuantiserLists::MaxQuantIndex" ref="d88c6127daba41c8c004f21220d73aa4" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int dirac::QuantiserLists::MaxQuantIndex           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00171_source.html#l01601">m_max_qindex</a>.</p>

</div>
</div><p>
<a class="anchor" name="8f55e40d58354b1ab627ce4dd23b2398"></a><!-- doxytag: member="dirac::QuantiserLists::QuantFactor4" ref="8f55e40d58354b1ab627ce4dd23b2398" args="(const int index) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int dirac::QuantiserLists::QuantFactor4           </td>
          <td>(</td>
          <td class="paramtype">const int&nbsp;</td>
          <td class="paramname"> <em>index</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>References <a class="el" href="a00171_source.html#l01602">m_qflist4</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="83afc3afc325b9683fe46559c8e43562"></a><!-- doxytag: member="dirac::QuantiserLists::m_inter_offset4" ref="83afc3afc325b9683fe46559c8e43562" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00097.html">OneDArray</a>&lt;int&gt; <a class="el" href="a00124.html#83afc3afc325b9683fe46559c8e43562">dirac::QuantiserLists::m_inter_offset4</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="a00171_source.html#l01594">InterQuantOffset4()</a>.</p>

</div>
</div><p>
<a class="anchor" name="5b7a3ec886e4508064bd4e8a793430bf"></a><!-- doxytag: member="dirac::QuantiserLists::m_intra_offset4" ref="5b7a3ec886e4508064bd4e8a793430bf" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00097.html">OneDArray</a>&lt;int&gt; <a class="el" href="a00124.html#5b7a3ec886e4508064bd4e8a793430bf">dirac::QuantiserLists::m_intra_offset4</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="a00171_source.html#l01592">IntraQuantOffset4()</a>.</p>

</div>
</div><p>
<a class="anchor" name="bd9e8355c11bcac21d36dcc037d81407"></a><!-- doxytag: member="dirac::QuantiserLists::m_max_qindex" ref="bd9e8355c11bcac21d36dcc037d81407" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int <a class="el" href="a00124.html#bd9e8355c11bcac21d36dcc037d81407">dirac::QuantiserLists::m_max_qindex</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="a00171_source.html#l01597">MaxQuantIndex()</a>.</p>

</div>
</div><p>
<a class="anchor" name="446d371c4aaa63026b55393d7b580dc7"></a><!-- doxytag: member="dirac::QuantiserLists::m_qflist4" ref="446d371c4aaa63026b55393d7b580dc7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00097.html">OneDArray</a>&lt;int&gt; <a class="el" href="a00124.html#446d371c4aaa63026b55393d7b580dc7">dirac::QuantiserLists::m_qflist4</a><code> [private]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Referenced by <a class="el" href="a00171_source.html#l01589">QuantFactor4()</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00171_source.html">common.h</a></ul>
</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>