<?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 Yet another bug in ippiResizeYUV422_8u_C2R function in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769050#M540</link>
    <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1326155633093="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=527897" href="https://community.intel.com/en-us/profile/527897/" class="basic"&gt;martishka&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Well areproducible example will be quite hard (and long) to supply but will try to describe it.&lt;BR /&gt;&lt;/EM&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;STRONG&gt;[SergeyK] I really recommend you to createsome numberTest-Cases.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I have a DirectShow graph with sample grabber (video) for collecting video frames. From the grabber I receiveIMediaSample from which I get a pointer the to video frame (IMediaSample::GetPointer). The video from the grabber is YUY2 and I useippiResizeYUV422_8u_C2R to resize the frame to the desired size.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;When I use theIPPI_INTER_SUPER interpolation method the function fails (withIPPI_INTER_NN,IPPI_INTER_LINEAR andIPPI_INTER_CUBIC everything is OK).&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;For test I allocated a buffer the exact same size as the one fromIMediaSample (and moved the video frame it in) and passed it the resize function (with IPPI_INTER_SUPER)and everything was fine. So my guess ippiResizeYUV422_8u_C2R reads outside the buffer which leads to a crash when the buffer is in a more "sensitive" memory space.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;If the problem was inwrong parameters/buffer sizes the function will be crashing all the time.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Martin.&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Hi Martin,&lt;BR /&gt;&lt;BR /&gt;You'veimplementedsome codesthat use&lt;STRONG&gt;DirectShow&lt;/STRONG&gt;and &lt;STRONG&gt;IPP&lt;/STRONG&gt; APIs. In general, you need some number&lt;BR /&gt;of &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;isolated&lt;/SPAN&gt;&lt;/STRONG&gt; Test-Cases in order to understand which one creates the problem. &lt;SPAN style="text-decoration: underline;"&gt;You need to find a root-cause&lt;/SPAN&gt;&lt;BR /&gt;of the problem and, from my point of view, it is very hard to findwithout &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;isolated&lt;/SPAN&gt;&lt;/STRONG&gt; Test-Cases.&lt;BR /&gt;&lt;BR /&gt;Here are some ideas for Test-Cases:&lt;BR /&gt;&lt;BR /&gt;- an isolatedTest-Case for all &lt;STRONG&gt;IPP&lt;/STRONG&gt; functions you use&lt;BR /&gt;- an isolated Test-Case for all &lt;STRONG&gt;DirectShow&lt;/STRONG&gt; COM-Interfaces&lt;BR /&gt;- an isolated Test-Case that verifies that there are no any &lt;STRONG&gt;memory management&lt;/STRONG&gt; problems&lt;BR /&gt;&lt;BR /&gt;In your case, the worst thing is when there are some problems in all three areas, that is, &lt;STRONG&gt;DirectShow&lt;/STRONG&gt;, &lt;STRONG&gt;IPP&lt;/STRONG&gt; and a&lt;STRONG&gt;memory management&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Even if some problem is confirmed, for example with &lt;STRONG&gt;IPP&lt;/STRONG&gt;,it doesn't meanthat there are no problems with&lt;BR /&gt;&lt;STRONG&gt;DirestShow&lt;/STRONG&gt; or, with another part of your codes.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2012 00:53:24 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-01-10T00:53:24Z</dc:date>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769047#M537</link>
      <description>Hi,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have the following problem:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm usingippiResizeYUV422_8u_C2R to resize oneYUV buffer withIPPI_INTER_SUPER interpolation method and the program crashes with error:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;Unhandled exception at 0x04caa7d1 in xxxxxxx.exe: 0xC0000005: Access violation reading location 0x087f6000.&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This location is just after the buffer end (which in my case comes from DirectShow). If otherinterpolation is used or less lines are resized everything is OK.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I saw that Update 6 had a bugfix for this function&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;DPD200227775	ippiResizeYUV422_8u_C2R bug&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;but after the update the problem persisted.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is this a known bug/limitation?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;PS: This function seems to be is verybuggy :)))&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Dec 2011 16:00:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769047#M537</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2011-12-30T16:00:31Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769048#M538</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please provide a reproducible example - you should prove that problem is in the function and not because of wrong parameters/buffer sizes used.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Sun, 08 Jan 2012 09:00:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769048#M538</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-08T09:00:36Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769049#M539</link>
      <description>Well areproducible example will be quite hard (and long) to supply but will try to describe it.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have a DirectShow graph with sample grabber (video) for collecting video frames. From the grabber I receiveIMediaSample from which I get a pointer the to video frame (IMediaSample::GetPointer). The video from the grabber is YUY2 and I useippiResizeYUV422_8u_C2R to resize the frame to the desired size.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I use theIPPI_INTER_SUPER interpolation method the function fails (withIPPI_INTER_NN,IPPI_INTER_LINEAR andIPPI_INTER_CUBIC everything is OK).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;For test I allocated a buffer the exact same size as the one fromIMediaSample (and moved the video frame it in) and passed it the resize function (with IPPI_INTER_SUPER)and everything was fine. So my guess ippiResizeYUV422_8u_C2R reads outside the buffer which leads to a crash when the buffer is in a more "sensitive" memory space.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If the problem was inwrong parameters/buffer sizes the function will be crashing all the time.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Martin.&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Jan 2012 09:00:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769049#M539</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2012-01-09T09:00:03Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769050#M540</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1326155633093="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=527897" href="https://community.intel.com/en-us/profile/527897/" class="basic"&gt;martishka&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Well areproducible example will be quite hard (and long) to supply but will try to describe it.&lt;BR /&gt;&lt;/EM&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;STRONG&gt;[SergeyK] I really recommend you to createsome numberTest-Cases.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I have a DirectShow graph with sample grabber (video) for collecting video frames. From the grabber I receiveIMediaSample from which I get a pointer the to video frame (IMediaSample::GetPointer). The video from the grabber is YUY2 and I useippiResizeYUV422_8u_C2R to resize the frame to the desired size.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;When I use theIPPI_INTER_SUPER interpolation method the function fails (withIPPI_INTER_NN,IPPI_INTER_LINEAR andIPPI_INTER_CUBIC everything is OK).&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;For test I allocated a buffer the exact same size as the one fromIMediaSample (and moved the video frame it in) and passed it the resize function (with IPPI_INTER_SUPER)and everything was fine. So my guess ippiResizeYUV422_8u_C2R reads outside the buffer which leads to a crash when the buffer is in a more "sensitive" memory space.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;If the problem was inwrong parameters/buffer sizes the function will be crashing all the time.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Martin.&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Hi Martin,&lt;BR /&gt;&lt;BR /&gt;You'veimplementedsome codesthat use&lt;STRONG&gt;DirectShow&lt;/STRONG&gt;and &lt;STRONG&gt;IPP&lt;/STRONG&gt; APIs. In general, you need some number&lt;BR /&gt;of &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;isolated&lt;/SPAN&gt;&lt;/STRONG&gt; Test-Cases in order to understand which one creates the problem. &lt;SPAN style="text-decoration: underline;"&gt;You need to find a root-cause&lt;/SPAN&gt;&lt;BR /&gt;of the problem and, from my point of view, it is very hard to findwithout &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;isolated&lt;/SPAN&gt;&lt;/STRONG&gt; Test-Cases.&lt;BR /&gt;&lt;BR /&gt;Here are some ideas for Test-Cases:&lt;BR /&gt;&lt;BR /&gt;- an isolatedTest-Case for all &lt;STRONG&gt;IPP&lt;/STRONG&gt; functions you use&lt;BR /&gt;- an isolated Test-Case for all &lt;STRONG&gt;DirectShow&lt;/STRONG&gt; COM-Interfaces&lt;BR /&gt;- an isolated Test-Case that verifies that there are no any &lt;STRONG&gt;memory management&lt;/STRONG&gt; problems&lt;BR /&gt;&lt;BR /&gt;In your case, the worst thing is when there are some problems in all three areas, that is, &lt;STRONG&gt;DirectShow&lt;/STRONG&gt;, &lt;STRONG&gt;IPP&lt;/STRONG&gt; and a&lt;STRONG&gt;memory management&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Even if some problem is confirmed, for example with &lt;STRONG&gt;IPP&lt;/STRONG&gt;,it doesn't meanthat there are no problems with&lt;BR /&gt;&lt;STRONG&gt;DirestShow&lt;/STRONG&gt; or, with another part of your codes.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 00:53:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769050#M540</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-10T00:53:24Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769051#M541</link>
      <description>Guys, when you are doing regression testing, are you testing all interpolation methods? Are you absolutely sure that all of them wok?</description>
      <pubDate>Wed, 18 Jan 2012 00:21:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769051#M541</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2012-01-18T00:21:19Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769052#M542</link>
      <description>Igor,&lt;BR /&gt;&lt;BR /&gt;your question is marked as reply to post #3 - so is it a question for Sergey? If so - you've selected the wrond address - Sergey doesn't have any relations to IPP development and testing, but (thanks to Sergey) he provides a lot of support for different customerson a big variety of questions related IPP.&lt;BR /&gt;&lt;BR /&gt;As regarding your question - nobody can say that some sw product is completely and comprehensivelytested for all possible cases of use... Anyway each IPP function has several algprithmic (algorithm itself, thread safe, membound, misalignment, badarg, secial cases, etc.) and performance tests with nested loops by all parameters. "regression" in our terminology means tests suite extension with cases not covered by existing tests and reported by validation team or internal/external customers. So if it's proved that this particular function has a bug that is not detected by our testsys - the suite for it will be extended with special "regression" test. Have I answered your question?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Igor&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jan 2012 07:53:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769052#M542</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-18T07:53:43Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769053#M543</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=61352" class="basic" href="https://community.intel.com/en-us/profile/61352/"&gt;Igor Levicki&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;Guys, when you are doing regression testing, are you testing all interpolation methods? Are you absolutely sure that all of them wok?&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will in the test app I posted earlier:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV id="_mcePaste"&gt;#include "stdafx.h"&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;#include "ipp.h"&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;#include "windows.h"&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;int IMG_WIDTH = 384;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;int IMG_HEIGHT = 288;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;int IMG_SIZE = IMG_WIDTH * IMG_HEIGHT * 2;&lt;BR /&gt;&lt;BR /&gt;int IMG_RESIZE_WIDTH = 148;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;int IMG_RESIZE_HEIGHT = 111;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;int IMG_RESIZE_SIZE = IMG_RESIZE_WIDTH * IMG_RESIZE_HEIGHT * 2;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;int _tmain(int argc, _TCHAR* argv[])&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;{&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  Ipp8u* pSrc = (Ipp8u*) VirtualAlloc( NULL, IMG_SIZE, MEM_COMMIT, PAGE_READWRITE );&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  memset( pSrc, 0, IMG_SIZE );&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  Ipp8u* pDst = (Ipp8u*) malloc( IMG_RESIZE_SIZE );&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  memset( pDst, 0, IMG_RESIZE_SIZE );&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  IppiSize sz = { IMG_WIDTH, IMG_HEIGHT };&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  IppiRect srcRect = { 0, 0, IMG_WIDTH, IMG_HEIGHT };&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  IppiSize dstSize = { IMG_RESIZE_WIDTH, IMG_RESIZE_HEIGHT };&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  ippiResizeYUV422_8u_C2R( pSrc, sz, IMG_WIDTH * 2, srcRect, pDst, IMG_RESIZE_WIDTH * 2,&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;    dstSize,(double)IMG_RESIZE_WIDTH/(double)IMG_WIDTH,&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;    (double)IMG_RESIZE_HEIGHT/(double)IMG_HEIGHT, IPPI_INTER_SUPER );&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;  return 0;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;}&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;BR /&gt;It is quite simple to change the interpolation method and it is only crashing with SUPER.&lt;BR /&gt;&lt;BR /&gt;PS: I found a similar issue&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=85430&amp;amp;o=a&amp;amp;s=lr"&gt;http://software.intel.com/en-us/forums/showthread.php?t=85430&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;saying that the problem will be fixed in update 6. Sadly after I updated to 6 I found that is wasn't :)&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Martin.&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Jan 2012 08:43:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769053#M543</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2012-01-18T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769054#M544</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Question was for Sergey and you. I apologize if he is not involved. I asked about regression testing because customer was complaining that there was a similar bug before that was supposedly fixed.&lt;BR /&gt;&lt;BR /&gt;I will compile and test the code they provided to see if I can reproduce it using Composer Update 8.&lt;BR /&gt;&lt;BR /&gt;EDIT:&lt;BR /&gt;&lt;BR /&gt;I have compiled and tested -- I am getting a crash in ippig9-7.0.dll at RVA 0x1094A02B. Offending instruction is:&lt;BR /&gt;&lt;BR /&gt;movzx edi, byte ptr [ecx+ebx*4]&lt;BR /&gt;&lt;BR /&gt;At the time of crash, ecx contains address of pSrc + IMG_SIZE - (IMG_WIDTH * 2), while ebx contains 0xC0 which multiplied by 4 results in 0x300 which is IMG_WIDTH * 2, or exactly size of one row (768 bytes).&lt;BR /&gt;&lt;BR /&gt;If you add that to the value above you get &lt;B&gt;read access which is one byte past the end of source buffer&lt;/B&gt;.&lt;BR /&gt;&lt;BR /&gt;I cannot but notice that ESI register which is used as a loop conditional contains 0xC3 (0x30C / 4) which is 12 bytes off from the real row size.&lt;BR /&gt;&lt;BR /&gt;I also checked the function documentation and I fail to see what the customer might be doing wrong here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jan 2012 17:20:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769054#M544</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2012-01-18T17:20:11Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769055#M545</link>
      <description>The bug in function ippiResizeYUV422_8u_C2R is fixed. This changewill be accessed in next verison.&lt;BR /&gt;Thanks to allfor your efforts! And special thank for example of code!</description>
      <pubDate>Thu, 19 Jan 2012 07:30:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769055#M545</guid>
      <dc:creator>Ivan_Z_Intel</dc:creator>
      <dc:date>2012-01-19T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Yet another bug in ippiResizeYUV422_8u_C2R function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769056#M546</link>
      <description>Glad to hear the bug is fixed.&lt;BR /&gt;&lt;BR /&gt;Looking forward for the next IPP update.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Martin.&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Jan 2012 10:13:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Yet-another-bug-in-ippiResizeYUV422-8u-C2R-function/m-p/769056#M546</guid>
      <dc:creator>martishka</dc:creator>
      <dc:date>2012-01-19T10:13:16Z</dc:date>
    </item>
  </channel>
</rss>

