<?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 ippiResizeCubic_8u_C3R crashes... in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeCubic-8u-C3R-crashes/m-p/940779#M17624</link>
    <description>&lt;P&gt;I tried using the sample code from the IPP website for resizing an image. &amp;nbsp;In my case, I created an empty 4800x4800 pixel image and tried to make a new copy of the exact same size. &amp;nbsp;I know, crazy, but it demonstrates the error. &amp;nbsp;Here is my sample code that I used to call the function:&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;!--StartFragment--&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;CODE&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;TEST&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;INTEL&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;IPP&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;RESIZE&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;CODE&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp8u&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSrc&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;ippiMalloc_8u_C3&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;IppiSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;100&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;};&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp8u&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pDst&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;ippiMalloc_8u_C3&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;IppiSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;100&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;};&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;xNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;1&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;yNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;48&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;

&amp;nbsp;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#808000;"&gt;return&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;separateTileResizeExample_C3R&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSrc&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pDst&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;xNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;yNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;));&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;!--EndFragment--&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The function call that I'm referring to is the one on Intel's developer site:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/sites/products/documentation/doclib/ipp_sa/80/ipp_manual/GUID-136E579D-18B8-4486-BAF4-F3CCEF628592.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/doclib/ipp_sa/80/ipp_manual/GUID-136E579D-18B8-4486-BAF4-F3CCEF628592.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and the exact line of code causing the crash is:&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#000000;"&gt;status&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;ippiResizeLanczos_8u_C3R&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSrcT&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pDstT&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstOffsetZero&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;borderT&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;0&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSpec&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pBuffer&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;!--EndFragment--&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 18 Dec 2013 00:36:56 GMT</pubDate>
    <dc:creator>Daniel_Lau</dc:creator>
    <dc:date>2013-12-18T00:36:56Z</dc:date>
    <item>
      <title>ippiResizeCubic_8u_C3R crashes...</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeCubic-8u-C3R-crashes/m-p/940779#M17624</link>
      <description>&lt;P&gt;I tried using the sample code from the IPP website for resizing an image. &amp;nbsp;In my case, I created an empty 4800x4800 pixel image and tried to make a new copy of the exact same size. &amp;nbsp;I know, crazy, but it demonstrates the error. &amp;nbsp;Here is my sample code that I used to call the function:&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;!--StartFragment--&gt;&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;CODE&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;TEST&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;INTEL&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;IPP&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;RESIZE&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#008000;"&gt;CODE&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp8u&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSrc&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;ippiMalloc_8u_C3&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;IppiSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;100&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;};&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp8u&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pDst&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;ippiMalloc_8u_C3&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;IppiSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;{&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;100&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;4800&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;};&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;xNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;1&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#800080;"&gt;Ipp32s&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;yNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;48&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;

&amp;nbsp;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#c0c0c0;"&gt;    &lt;/SPAN&gt;&lt;SPAN style=" color:#808000;"&gt;return&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;separateTileResizeExample_C3R&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSrc&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pDst&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;xNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;yNumTiles&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;));&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;!--EndFragment--&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The function call that I'm referring to is the one on Intel's developer site:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/sites/products/documentation/doclib/ipp_sa/80/ipp_manual/GUID-136E579D-18B8-4486-BAF4-F3CCEF628592.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/doclib/ipp_sa/80/ipp_manual/GUID-136E579D-18B8-4486-BAF4-F3CCEF628592.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and the exact line of code causing the crash is:&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;SPAN style=" color:#000000;"&gt;status&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;ippiResizeLanczos_8u_C3R&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSrcT&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;srcStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pDstT&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstStep&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstOffsetZero&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;dstTileSize&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;borderT&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000080;"&gt;0&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pSpec&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style=" color:#c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;pBuffer&lt;/SPAN&gt;&lt;SPAN style=" color:#000000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 0px;"&gt;
&lt;!--EndFragment--&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Dec 2013 00:36:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeCubic-8u-C3R-crashes/m-p/940779#M17624</guid>
      <dc:creator>Daniel_Lau</dc:creator>
      <dc:date>2013-12-18T00:36:56Z</dc:date>
    </item>
    <item>
      <title>Never mind this demo code.  I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeCubic-8u-C3R-crashes/m-p/940780#M17625</link>
      <description>&lt;P&gt;Never mind this demo code. &amp;nbsp;I found the error above that was causing the crash. &amp;nbsp;So I need a new test case that recreates the actual error I am getting. &amp;nbsp;I will post that shortly as soon as I have a test case the creates the error.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2013 01:15:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiResizeCubic-8u-C3R-crashes/m-p/940780#M17625</guid>
      <dc:creator>Daniel_Lau</dc:creator>
      <dc:date>2013-12-18T01:15:22Z</dc:date>
    </item>
  </channel>
</rss>

