Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 6e7a2755bd78c9deedab199b86e675f3 > files > 7629

gnuradio-doc-3.2.2-9.fc14.x86_64.rpm

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.7.3">
  <compounddef id="classgr__fir__scc__simd" kind="class" prot="public">
    <compoundname>gr_fir_scc_simd</compoundname>
    <basecompoundref refid="classgr__fir__scc__generic" prot="public" virt="non-virtual">gr_fir_scc_generic</basecompoundref>
    <derivedcompoundref refid="classgr__fir__scc__3dnow" prot="public" virt="non-virtual">gr_fir_scc_3dnow</derivedcompoundref>
    <derivedcompoundref refid="classgr__fir__scc__3dnowext" prot="public" virt="non-virtual">gr_fir_scc_3dnowext</derivedcompoundref>
    <derivedcompoundref refid="classgr__fir__scc__sse" prot="public" virt="non-virtual">gr_fir_scc_sse</derivedcompoundref>
    <includes refid="gr__fir__scc__simd_8h" local="no">gr_fir_scc_simd.h</includes>
      <sectiondef kind="protected-type">
      <memberdef kind="typedef" id="classgr__fir__scc__simd_1a793865e6cbacb81138ee16ed48cc7b29" prot="protected" static="no">
        <type>void(*</type>
        <definition>typedef void(* gr_fir_scc_simd::complex_dotprod_t)(const short *input, const float *taps, unsigned n_2_complex_blocks, float *result)</definition>
        <argsstring>)(const short *input, const float *taps, unsigned n_2_complex_blocks, float *result)</argsstring>
        <name>complex_dotprod_t</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="41" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" bodystart="38" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="protected-attrib">
      <memberdef kind="variable" id="classgr__fir__scc__simd_1a71ebfd747c232ea9534561c9f22c115a" prot="protected" static="no" mutable="no">
        <type>float *</type>
        <definition>float* gr_fir_scc_simd::d_aligned_taps[4]</definition>
        <argsstring>[4]</argsstring>
        <name>d_aligned_taps</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
<para><computeroutput>aligned_taps</computeroutput> holds 4 copies of the coefficients preshifted by 0, 1, 2, or 3 float pairs to meet all possible input data alignments. This allows us to always fetch data and taps that are 128-bit aligned. </para>        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="48" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" bodystart="48" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="classgr__fir__scc__simd_1a3bc01eb6eaed710b294202f2d6e2a3b1" prot="protected" static="no" mutable="no">
        <type><ref refid="classgr__fir__scc__simd_1a793865e6cbacb81138ee16ed48cc7b29" kindref="member">complex_dotprod_t</ref></type>
        <definition>complex_dotprod_t gr_fir_scc_simd::d_complex_dotprod</definition>
        <argsstring></argsstring>
        <name>d_complex_dotprod</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="50" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" bodystart="50" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="public-func">
      <memberdef kind="function" id="classgr__fir__scc__simd_1accb2a83b2dcb744fe058da8d4485ee94" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type></type>
        <definition>gr_fir_scc_simd::gr_fir_scc_simd</definition>
        <argsstring>()</argsstring>
        <name>gr_fir_scc_simd</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="55"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__scc__simd_1a97dcb5d2fc1678e9d8baf4b3e66051bc" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type></type>
        <definition>gr_fir_scc_simd::gr_fir_scc_simd</definition>
        <argsstring>(const std::vector&lt; gr_complex &gt; &amp;taps)</argsstring>
        <name>gr_fir_scc_simd</name>
        <param>
          <type>const <ref refid="classstd_1_1vector" kindref="compound">std::vector</ref>&lt; <ref refid="gr__complex_8h_1aec4bfe41433369afae9327f1b0bc9109" kindref="member">gr_complex</ref> &gt; &amp;</type>
          <declname>taps</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="56"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__scc__simd_1a3b75bbd22e2b42fa2064f5125cead698" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type></type>
        <definition>gr_fir_scc_simd::~gr_fir_scc_simd</definition>
        <argsstring>()</argsstring>
        <name>~gr_fir_scc_simd</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="57"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__scc__simd_1a6a1af670f1fde60d3b85c414df763ef5" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
        <type>void</type>
        <definition>virtual void gr_fir_scc_simd::set_taps</definition>
        <argsstring>(const std::vector&lt; gr_complex &gt; &amp;taps)</argsstring>
        <name>set_taps</name>
        <reimplements refid="classgr__fir__scc_1a1404a3100e262622de0ba450a4256462">set_taps</reimplements>
        <param>
          <type>const <ref refid="classstd_1_1vector" kindref="compound">std::vector</ref>&lt; <ref refid="gr__complex_8h_1aec4bfe41433369afae9327f1b0bc9109" kindref="member">gr_complex</ref> &gt; &amp;</type>
          <declname>taps</declname>
        </param>
        <briefdescription>
<para>install <computeroutput>new_taps</computeroutput> as the current taps. </para>        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="60"/>
      </memberdef>
      <memberdef kind="function" id="classgr__fir__scc__simd_1a0c9892233109886cd83542b2fa6f4572" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
        <type><ref refid="gr__complex_8h_1aec4bfe41433369afae9327f1b0bc9109" kindref="member">gr_complex</ref></type>
        <definition>virtual gr_complex gr_fir_scc_simd::filter</definition>
        <argsstring>(const short input[])</argsstring>
        <name>filter</name>
        <reimplements refid="classgr__fir__scc__generic_1ae7edfaf21a3369981d92cae952e775a7">filter</reimplements>
        <param>
          <type>const short</type>
          <declname>input</declname>
          <array>[]</array>
        </param>
        <briefdescription>
<para>compute a single output value. </para>        </briefdescription>
        <detaileddescription>
<para><computeroutput>input</computeroutput> must have <ref refid="classgr__fir__scc_1a46c990dc7c764b50b1fcffdb15b9d0b0" kindref="member">ntaps()</ref> valid entries. input[0] .. input[<ref refid="classgr__fir__scc_1a46c990dc7c764b50b1fcffdb15b9d0b0" kindref="member">ntaps()</ref> - 1] are referenced to compute the output value.</para><para><simplesect kind="return"><para>the filtered input value. </para></simplesect>
</para>        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="61"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
<para>common base class for SIMD versions of <ref refid="classgr__fir__scc" kindref="compound">gr_fir_scc</ref></para><para>This base class handles alignment issues common to SSE and 3DNOW subclasses. </para>    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <inheritancegraph>
      <node id="8865">
        <label>gr_fir_scc_3dnow</label>
        <link refid="classgr__fir__scc__3dnow"/>
        <childnode refid="8862" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8864">
        <label>gr_fir_scc</label>
        <link refid="classgr__fir__scc"/>
      </node>
      <node id="8867">
        <label>gr_fir_scc_sse</label>
        <link refid="classgr__fir__scc__sse"/>
        <childnode refid="8862" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8862">
        <label>gr_fir_scc_simd</label>
        <link refid="classgr__fir__scc__simd"/>
        <childnode refid="8863" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8866">
        <label>gr_fir_scc_3dnowext</label>
        <link refid="classgr__fir__scc__3dnowext"/>
        <childnode refid="8862" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8863">
        <label>gr_fir_scc_generic</label>
        <link refid="classgr__fir__scc__generic"/>
        <childnode refid="8864" relation="public-inheritance">
        </childnode>
      </node>
    </inheritancegraph>
    <collaborationgraph>
      <node id="8870">
        <label>gr_fir_scc</label>
        <link refid="classgr__fir__scc"/>
        <childnode refid="8871" relation="usage">
          <edgelabel>d_taps</edgelabel>
        </childnode>
      </node>
      <node id="8871">
        <label>std::vector&lt; gr_complex &gt;</label>
        <link refid="classstd_1_1vector"/>
        <childnode refid="8872" relation="usage">
          <edgelabel>p</edgelabel>
          <edgelabel>elements</edgelabel>
        </childnode>
      </node>
      <node id="8868">
        <label>gr_fir_scc_simd</label>
        <link refid="classgr__fir__scc__simd"/>
        <childnode refid="8869" relation="public-inheritance">
        </childnode>
      </node>
      <node id="8872">
        <label>std::complex</label>
      </node>
      <node id="8869">
        <label>gr_fir_scc_generic</label>
        <link refid="classgr__fir__scc__generic"/>
        <childnode refid="8870" relation="public-inheritance">
        </childnode>
      </node>
    </collaborationgraph>
    <location file="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" line="36" bodyfile="/builddir/build/BUILD/gnuradio-3.2.2/gnuradio-core/src/lib/filter/gr_fir_scc_simd.h" bodystart="35" bodyend="62"/>
    <listofallmembers>
      <member refid="classgr__fir__scc__simd_1a793865e6cbacb81138ee16ed48cc7b29" prot="protected" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>complex_dotprod_t</name></member>
      <member refid="classgr__fir__scc__simd_1a71ebfd747c232ea9534561c9f22c115a" prot="protected" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>d_aligned_taps</name></member>
      <member refid="classgr__fir__scc__simd_1a3bc01eb6eaed710b294202f2d6e2a3b1" prot="protected" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>d_complex_dotprod</name></member>
      <member refid="classgr__fir__scc_1aa571d27aec97b0e708ab0ba66ee7697e" prot="protected" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>d_taps</name></member>
      <member refid="classgr__fir__scc__simd_1a0c9892233109886cd83542b2fa6f4572" prot="public" virt="virtual"><scope>gr_fir_scc_simd</scope><name>filter</name></member>
      <member refid="classgr__fir__scc__generic_1a978a159e834dbf24422f02f93f0d85ef" prot="public" virt="virtual"><scope>gr_fir_scc_simd</scope><name>filterN</name></member>
      <member refid="classgr__fir__scc__generic_1a0218f2adbe0984b44803425263279ceb" prot="public" virt="virtual"><scope>gr_fir_scc_simd</scope><name>filterNdec</name></member>
      <member refid="classgr__fir__scc_1a292c9d7f99daf321ac0c0900369e0a50" prot="public" virt="virtual"><scope>gr_fir_scc_simd</scope><name>get_taps</name></member>
      <member refid="classgr__fir__scc_1a9a4cd739c2b025cc1bbed59e06781ea0" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>gr_fir_scc</name></member>
      <member refid="classgr__fir__scc_1a335875e4c9f6295c27c212224712b033" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>gr_fir_scc</name></member>
      <member refid="classgr__fir__scc__generic_1a3e7e904bed360fdb52df0299ea8f5a8f" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>gr_fir_scc_generic</name></member>
      <member refid="classgr__fir__scc__generic_1aeabf5678509296c091cee383b69aa147" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>gr_fir_scc_generic</name></member>
      <member refid="classgr__fir__scc__simd_1accb2a83b2dcb744fe058da8d4485ee94" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>gr_fir_scc_simd</name></member>
      <member refid="classgr__fir__scc__simd_1a97dcb5d2fc1678e9d8baf4b3e66051bc" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>gr_fir_scc_simd</name></member>
      <member refid="classgr__fir__scc_1a46c990dc7c764b50b1fcffdb15b9d0b0" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>ntaps</name></member>
      <member refid="classgr__fir__scc__simd_1a6a1af670f1fde60d3b85c414df763ef5" prot="public" virt="virtual"><scope>gr_fir_scc_simd</scope><name>set_taps</name></member>
      <member refid="classgr__fir__scc_1ae65e83fa7b779593b9bb92f67f94387c" prot="public" virt="virtual"><scope>gr_fir_scc_simd</scope><name>~gr_fir_scc</name></member>
      <member refid="classgr__fir__scc__simd_1a3b75bbd22e2b42fa2064f5125cead698" prot="public" virt="non-virtual"><scope>gr_fir_scc_simd</scope><name>~gr_fir_scc_simd</name></member>
    </listofallmembers>
  </compounddef>
</doxygen>