<?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 2D wavelet transform example problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797383#M2850</link>
    <description>Has anyone tried to run ref sample app in x64 Debug config? It crashes in the wrap routine. What would be the fix?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
    <pubDate>Sat, 03 Mar 2012 00:13:10 GMT</pubDate>
    <dc:creator>umundry</dc:creator>
    <dc:date>2012-03-03T00:13:10Z</dc:date>
    <item>
      <title>2D wavelet transform example problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797383#M2850</link>
      <description>Has anyone tried to run ref sample app in x64 Debug config? It crashes in the wrap routine. What would be the fix?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Sat, 03 Mar 2012 00:13:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797383#M2850</guid>
      <dc:creator>umundry</dc:creator>
      <dc:date>2012-03-03T00:13:10Z</dc:date>
    </item>
    <item>
      <title>2D wavelet transform example problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797384#M2851</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thank youfor the reports. There is negtive index in Array operation in the code, where 32bit and 64bit have different address as &lt;A href="http://www.devx.com/tips/Tip/41349"&gt;http://www.devx.com/tips/Tip/41349&lt;/A&gt;mentioned or &lt;A href="http://www.viva64.com/en/l/0013/"&gt;http://www.viva64.com/en/l/0013/&lt;/A&gt;lession 13.so cause the memery access voliation.&lt;BR /&gt;&lt;BR /&gt;You may workaround the probelm in wrap.h &lt;BR /&gt;&lt;BR /&gt;protected:&lt;BR /&gt; template &lt;CLASS t=""&gt; static void wrap(T base, unsigned int len,&lt;BR /&gt; unsigned int left, unsigned int right)&lt;BR /&gt; {&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;&lt;P&gt;for(i = 0; i &amp;lt; maxExt; i++)&lt;BR /&gt; {&lt;BR /&gt; if(i &amp;lt; left)&lt;BR /&gt;&lt;BR /&gt; // base[-(int)(i-lEdge)] = base[len - 1 - i]; // use this or&lt;BR /&gt;base[ptrdiff_t(lEdge)-ptrdiff_t(i)]=base[len-1-i]; // Please note, base[ptrdiff_t(lEdge-i)] don't work&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying H.&lt;/P&gt;&lt;/CLASS&gt;</description>
      <pubDate>Mon, 05 Mar 2012 03:53:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797384#M2851</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-03-05T03:53:13Z</dc:date>
    </item>
    <item>
      <title>2D wavelet transform example problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797385#M2852</link>
      <description>That did the trick.&lt;BR /&gt;&lt;BR /&gt;Thank you very much, Ying for taking the time to repond even on a Sunday night! Admirable!&lt;BR /&gt;&lt;BR /&gt;Uwe</description>
      <pubDate>Mon, 05 Mar 2012 16:50:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/2D-wavelet-transform-example-problem/m-p/797385#M2852</guid>
      <dc:creator>umundry</dc:creator>
      <dc:date>2012-03-05T16:50:45Z</dc:date>
    </item>
  </channel>
</rss>

