<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IppsMean in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppsMean/m-p/769587#M576</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;ippsMean functions family available in IPP 7.0 signal processing library (ipps.h), see the list below&lt;BR /&gt;&lt;BR /&gt;IPP speech recognition library was removed from IPP 7.0with all its functionality, including ippsMeanColumn functions&lt;BR /&gt;&lt;BR /&gt;/* /////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;// Names: ippsMean&lt;BR /&gt;// Purpose: compute average value of all elements of the source vector&lt;BR /&gt;// Parameters:&lt;BR /&gt;// pSrc pointer to the source vector&lt;BR /&gt;// pMean pointer to the result&lt;BR /&gt;// len length of the source vector&lt;BR /&gt;// scaleFactor scale factor value&lt;BR /&gt;// Return:&lt;BR /&gt;// ippStsNullPtrErr pointer(s) to the vector or the result is NULL&lt;BR /&gt;// ippStsSizeErr length of the vector is less or equal 0&lt;BR /&gt;// ippStsNoErr otherwise&lt;BR /&gt;*/&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_32f, (const Ipp32f* pSrc,int len,Ipp32f* pMean,&lt;BR /&gt; IppHintAlgorithm hint))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_32fc,(const Ipp32fc* pSrc,int len,Ipp32fc* pMean,&lt;BR /&gt; IppHintAlgorithm hint))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_64f, (const Ipp64f* pSrc,int len,Ipp64f* pMean))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_16s_Sfs, (const Ipp16s* pSrc,int len,&lt;BR /&gt; Ipp16s* pMean,int scaleFactor))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_16sc_Sfs,(const Ipp16sc* pSrc,int len,&lt;BR /&gt; Ipp16sc* pMean,int scaleFactor))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_64fc,(const Ipp64fc* pSrc,int len,Ipp64fc* pMean))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_32s_Sfs,(const Ipp32s *pSrc,int len,Ipp32s *pMean,&lt;BR /&gt; int scaleFactor ) )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Wed, 08 Dec 2010 12:53:19 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2010-12-08T12:53:19Z</dc:date>
    <item>
      <title>IppsMean</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppsMean/m-p/769586#M575</link>
      <description>&lt;P&gt;Hi, as for the new IPP 7 XE2011 no more any ippsMean and particular ippsMeanColumn are exististing , are themdeprecatedor changed with others or what else ?&lt;BR /&gt;Thanks&lt;BR /&gt;Cartu&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2010 12:17:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppsMean/m-p/769586#M575</guid>
      <dc:creator>carlo-turri</dc:creator>
      <dc:date>2010-12-08T12:17:56Z</dc:date>
    </item>
    <item>
      <title>IppsMean</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IppsMean/m-p/769587#M576</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;ippsMean functions family available in IPP 7.0 signal processing library (ipps.h), see the list below&lt;BR /&gt;&lt;BR /&gt;IPP speech recognition library was removed from IPP 7.0with all its functionality, including ippsMeanColumn functions&lt;BR /&gt;&lt;BR /&gt;/* /////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;// Names: ippsMean&lt;BR /&gt;// Purpose: compute average value of all elements of the source vector&lt;BR /&gt;// Parameters:&lt;BR /&gt;// pSrc pointer to the source vector&lt;BR /&gt;// pMean pointer to the result&lt;BR /&gt;// len length of the source vector&lt;BR /&gt;// scaleFactor scale factor value&lt;BR /&gt;// Return:&lt;BR /&gt;// ippStsNullPtrErr pointer(s) to the vector or the result is NULL&lt;BR /&gt;// ippStsSizeErr length of the vector is less or equal 0&lt;BR /&gt;// ippStsNoErr otherwise&lt;BR /&gt;*/&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_32f, (const Ipp32f* pSrc,int len,Ipp32f* pMean,&lt;BR /&gt; IppHintAlgorithm hint))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_32fc,(const Ipp32fc* pSrc,int len,Ipp32fc* pMean,&lt;BR /&gt; IppHintAlgorithm hint))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_64f, (const Ipp64f* pSrc,int len,Ipp64f* pMean))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_16s_Sfs, (const Ipp16s* pSrc,int len,&lt;BR /&gt; Ipp16s* pMean,int scaleFactor))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_16sc_Sfs,(const Ipp16sc* pSrc,int len,&lt;BR /&gt; Ipp16sc* pMean,int scaleFactor))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_64fc,(const Ipp64fc* pSrc,int len,Ipp64fc* pMean))&lt;BR /&gt;IPPAPI(IppStatus,ippsMean_32s_Sfs,(const Ipp32s *pSrc,int len,Ipp32s *pMean,&lt;BR /&gt; int scaleFactor ) )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Wed, 08 Dec 2010 12:53:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IppsMean/m-p/769587#M576</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-12-08T12:53:19Z</dc:date>
    </item>
  </channel>
</rss>

