<?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 which resize function to use for 32 bit image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869729#M8804</link>
    <description>I have a image which format is RGBA. When resize it, ippiResize_8u_AC4R seems is the function to call. However I also see ippiResize_8u_C4R could do the job. Which function has better performance?</description>
    <pubDate>Mon, 30 Mar 2009 15:28:19 GMT</pubDate>
    <dc:creator>gangli59</dc:creator>
    <dc:date>2009-03-30T15:28:19Z</dc:date>
    <item>
      <title>which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869729#M8804</link>
      <description>I have a image which format is RGBA. When resize it, ippiResize_8u_AC4R seems is the function to call. However I also see ippiResize_8u_C4R could do the job. Which function has better performance?</description>
      <pubDate>Mon, 30 Mar 2009 15:28:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869729#M8804</guid>
      <dc:creator>gangli59</dc:creator>
      <dc:date>2009-03-30T15:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869730#M8805</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
We use AC4 specificator for functions which consider forth channel as an alpha channel. No operation will be performed on alpha channel. Functions with C4 specificator process all four channels in the same way.&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2009 17:12:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869730#M8805</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-03-30T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869731#M8806</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/316621"&gt;gangli59&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;EM&gt;I have a image which format is RGBA. When resize it, ippiResize_8u_AC4R seems is the function to call. However I also see ippiResize_8u_C4R could do the job. Which function has better performance?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks for the answer. I will use ippiResize_8u_AC4R.</description>
      <pubDate>Mon, 30 Mar 2009 18:21:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869731#M8806</guid>
      <dc:creator>gangli59</dc:creator>
      <dc:date>2009-03-30T18:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869732#M8807</link>
      <description>&lt;BR /&gt;For better performance on latest processor, youmay use ippiResizeSqrPixel_8u_AC4Rinsteadsince ippiResize* will bedeprecated in future release.&lt;BR /&gt;&lt;BR /&gt;Here is one related KB article :&lt;A href="http://software.intel.com/en-us/articles/deprecated-ipp-api-in-version-60/"&gt;http://software.intel.com/en-us/articles/deprecated-ipp-api-in-version-60/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 01:48:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869732#M8807</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-03-31T01:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869733#M8808</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/404199"&gt; (Intel)&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;EM&gt;&lt;BR /&gt;For better performance on latest processor, youmay use ippiResizeSqrPixel_8u_AC4Rinsteadsince ippiResize* will bedeprecated in future release.&lt;BR /&gt;&lt;BR /&gt;Here is one related KB article :&lt;A href="http://software.intel.com/en-us/articles/deprecated-ipp-api-in-version-60/"&gt;http://software.intel.com/en-us/articles/deprecated-ipp-api-in-version-60/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thnks for point out. I tried ippiResizeSqr function. It 's performance is same as ippiResize. However the new function can resize to a regioninto target image. It is a big plus.&lt;BR /&gt;&lt;BR /&gt;I work on a function to render an image to a DIBsection bitmap. Most of time the soruce image is 8/16/24 bits image, and the render target is a 32 bits DIB. I really hope the ippiResizeSqr can do color converting too.</description>
      <pubDate>Thu, 02 Apr 2009 17:55:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869733#M8808</guid>
      <dc:creator>gangli59</dc:creator>
      <dc:date>2009-04-02T17:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869734#M8809</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/316621"&gt;gangli59&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;EM&gt;&lt;BR /&gt;Thnks for point out. I tried ippiResizeSqr function. It 's performance is same as ippiResize. However the new function can resize to a regioninto target image. It is a big plus.&lt;BR /&gt;&lt;BR /&gt;I work on a function to render an image to a DIBsection bitmap. Most of time the soruce image is 8/16/24 bits image, and the render target is a 32 bits DIB. I really hope the ippiResizeSqr can do color converting too.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Just found out in my test, the ippiResizeSqrPixel_8u_C1R is 2% slower than ippiResize_8u_C1R. I was expected the newer function be faster!</description>
      <pubDate>Thu, 02 Apr 2009 18:38:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869734#M8809</guid>
      <dc:creator>gangli59</dc:creator>
      <dc:date>2009-04-02T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869735#M8810</link>
      <description>&lt;P&gt;The function performs only resize transform without any color converting.&lt;BR /&gt;Right, the performance of both functionalities is similar but only for single-thread task.&lt;BR /&gt;The function ippiResizeSqrPixel has been parallelized and shows 2-4 times better performance than ippiResize on the multi-core machines.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt; Yuri&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2009 07:23:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869735#M8810</guid>
      <dc:creator>Yuri_Tikhomirov__Int</dc:creator>
      <dc:date>2009-04-03T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869736#M8811</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/19685"&gt;Yuri Tikhomirov (Intel)&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;EM&gt;
&lt;P&gt;The function performs only resize transform without any color converting.&lt;BR /&gt;Right, the performance of both functionalities is similar but only for single-thread task.&lt;BR /&gt;The function ippiResizeSqrPixel has been parallelized and shows 2-4 times better performance than ippiResize on the multi-core machines.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt; Yuri&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I do ran the test on 4 cores machine, did not see any multi thread kick in. How do you turn on the multi thread feature? My test program is static linked to the merged library.</description>
      <pubDate>Fri, 03 Apr 2009 14:29:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869736#M8811</guid>
      <dc:creator>gangli59</dc:creator>
      <dc:date>2009-04-03T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: which resize function to use for 32 bit image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869737#M8812</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;IPP provided in both threaded and not threaded variants. Threaded variant is IP DLLs (they are always use internal threading) and threaded static libraries (those with '_t' in the name.&lt;BR /&gt;&lt;BR /&gt;You probably use non threaded static libraries and that is why you do not see performance improvements on multi-core systems.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Apr 2009 16:46:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/which-resize-function-to-use-for-32-bit-image/m-p/869737#M8812</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-04-03T16:46:03Z</dc:date>
    </item>
  </channel>
</rss>

