<?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: ippiResizeSqrPixel problem (64-Bit only) in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870111#M8845</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;SPAN style="font-size: small;"&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: xx-small;"&gt;(why am i not surprised? :] )&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 18 Sep 2009 11:20:47 GMT</pubDate>
    <dc:creator>jkj-k-s_com</dc:creator>
    <dc:date>2009-09-18T11:20:47Z</dc:date>
    <item>
      <title>ippiResizeSqrPixel problem (64-Bit only)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870108#M8842</link>
      <description>the parallel usage of ippiResizeSqrPixel works fine in a 32-Bit program, but has gaps when compiled in 64-Bit and running on more then 2 cores.&lt;BR /&gt;here is a VS2008 sample to illustrate the effect: &lt;A href="http://www.j-k-s.com/test/ScaleTest.zip"&gt;www.j-k-s.com/test/ScaleTest.zip&lt;/A&gt; (compile in 32 &amp;amp; 64, and see the difference by scaling the window to force redraw).&lt;BR /&gt;&lt;BR /&gt;any idea what's going wrong?</description>
      <pubDate>Tue, 15 Sep 2009 16:19:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870108#M8842</guid>
      <dc:creator>jkj-k-s_com</dc:creator>
      <dc:date>2009-09-15T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: ippiResizeSqrPixel problem (64-Bit only)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870109#M8843</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Some experiments with VS2008 and VS20010 have shown that the compiler works incorrectly with structures. So different threads process the same piece of image.&lt;BR /&gt;There is an error in MS compiler :(&lt;BR /&gt;&lt;BR /&gt;We recommend to use (1st or 2nd or 3rd):&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Intel compiler. It works right!&lt;/LI&gt;
&lt;LI&gt;Dynamic or threaded static libraries instead external parallelization with statics. They have parallelized version of resize.&lt;/LI&gt;
&lt;LI&gt;Workaround. To write a wrapper in which structure is replaced on separate variables.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thanks,&lt;BR /&gt; Beg&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2009 07:13:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870109#M8843</guid>
      <dc:creator>Yuri_Tikhomirov__Int</dc:creator>
      <dc:date>2009-09-18T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: ippiResizeSqrPixel problem (64-Bit only)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870110#M8844</link>
      <description>&lt;DIV style="margin:0px;"&gt;1.small correction(ScaleTest.cpp; line.222)&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;if(id == nt-1) dr.height -=&lt;SPAN style="color: #ff0000;"&gt;dr&lt;SPAN style="color: #000000;"&gt;.y&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;BR /&gt;instead&lt;BR /&gt;if(id == nt-1) dr.height = droi.height - &lt;SPAN style="color: #ff0000;"&gt;droi&lt;/SPAN&gt;.y;&lt;BR /&gt;&lt;BR /&gt;2. the last slice can be non whole for any image size&lt;/P&gt;
&lt;P&gt;dr.height = droi.height &lt;SPAN style="color: #ff0000;"&gt;% &lt;/SPAN&gt;nt&lt;BR /&gt;instead&lt;BR /&gt;dr.height = droi.height / nt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt; Beg&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Sep 2009 07:25:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870110#M8844</guid>
      <dc:creator>Yuri_Tikhomirov__Int</dc:creator>
      <dc:date>2009-09-18T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: ippiResizeSqrPixel problem (64-Bit only)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870111#M8845</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;SPAN style="font-size: small;"&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: xx-small;"&gt;(why am i not surprised? :] )&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Sep 2009 11:20:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeSqrPixel-problem-64-Bit-only/m-p/870111#M8845</guid>
      <dc:creator>jkj-k-s_com</dc:creator>
      <dc:date>2009-09-18T11:20:47Z</dc:date>
    </item>
  </channel>
</rss>

