<?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 Re: Tiled Image Processing using IPP in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877442#M9719</link>
    <description>&lt;P&gt;Yes, I used "IppiSAD8x8_8u32s_C1R" but it has a parameter "mcType" that I don't know what value must be considered for it! It defined as:&lt;/P&gt;&lt;FONT face="Courier" size="2"&gt;
&lt;P align="left"&gt;typedef enum _IPPVC_MC_APX{&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_FF = 0x0,&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_FH = 0x4,&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_HF = 0x8,&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_HH = 0x0c&lt;/P&gt;
&lt;P align="left"&gt;}IPPVC_MC_APX;&lt;/P&gt;
&lt;P align="left"&gt;But could you please help me? Which one is faster? Thanks&lt;/P&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 17 Dec 2007 05:23:44 GMT</pubDate>
    <dc:creator>hadipardis</dc:creator>
    <dc:date>2007-12-17T05:23:44Z</dc:date>
    <item>
      <title>Tiled Image Processing using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877440#M9717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How can I do Tiled Image Processing using IPP? I have 2 Images that each one has tiled to 8*8 blocks .Now, I want to compare these two images by obtaining the SAD (Sum of Absloute Difference) of the corresponding or coincident tiles in each image. How can I do that? Thanks&lt;/P&gt;
&lt;P&gt;Hadi&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2007 11:29:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877440#M9717</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-16T11:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled Image Processing using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877441#M9718</link>
      <description>&lt;P&gt;Hi Hadi,&lt;/P&gt;
&lt;P&gt;Did you have a chance to look through IPP manual for getting info about SAD functions?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2007 22:33:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877441#M9718</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-16T22:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled Image Processing using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877442#M9719</link>
      <description>&lt;P&gt;Yes, I used "IppiSAD8x8_8u32s_C1R" but it has a parameter "mcType" that I don't know what value must be considered for it! It defined as:&lt;/P&gt;&lt;FONT face="Courier" size="2"&gt;
&lt;P align="left"&gt;typedef enum _IPPVC_MC_APX{&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_FF = 0x0,&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_FH = 0x4,&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_HF = 0x8,&lt;/P&gt;
&lt;P align="left"&gt;IPPVC_MC_APX_HH = 0x0c&lt;/P&gt;
&lt;P align="left"&gt;}IPPVC_MC_APX;&lt;/P&gt;
&lt;P align="left"&gt;But could you please help me? Which one is faster? Thanks&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 17 Dec 2007 05:23:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877442#M9719</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T05:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled Image Processing using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877443#M9720</link>
      <description>&lt;P&gt;you might be noticed description of IPPVC_MC_APX enumerator on the page 16-4 of IPP manual? You also can use IPP H.264 or MPEG4 codec sources for the reference on how to call this function. The mode of full pel search (IPPVC_MC_APX_FF should be faster).&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877443#M9720</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-17T06:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled Image Processing using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877444#M9721</link>
      <description>&lt;P&gt;Thank you! Yes the FF mode (0x00) is the fastest mode.But is there any faster way to obtain the SAD of two blocks? I think IPP's SAD functions do extra works (pridiction and etc). Is there any way to cancel such additional task?&lt;/P&gt;
&lt;P&gt;Also, I think ippiSAD16x16 is faster than ippiSAD8x8 since it can use the SIMD capabilities more efficiently. But what do you think?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:40:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877444#M9721</guid>
      <dc:creator>hadipardis</dc:creator>
      <dc:date>2007-12-17T06:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled Image Processing using IPP</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877445#M9722</link>
      <description>&lt;P&gt;The SAD functions in IPP were developed specifically for video coding applications. There is no general SAD function.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:03:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Tiled-Image-Processing-using-IPP/m-p/877445#M9722</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-17T07:03:56Z</dc:date>
    </item>
  </channel>
</rss>

