<?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 Fast conversion + resizing from bgr24 to bgr32 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785002#M1913</link>
    <description>Thank you, for answer, but it doesn't help me...&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can anyone help me?&lt;/DIV&gt;</description>
    <pubDate>Tue, 16 Nov 2010 13:41:28 GMT</pubDate>
    <dc:creator>rustamse</dc:creator>
    <dc:date>2010-11-16T13:41:28Z</dc:date>
    <item>
      <title>Fast conversion + resizing from bgr24 to bgr32</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785000#M1911</link>
      <description>How to convert fast frombgr24 bitmap to bgr32 bitmap ???&lt;DIV&gt;I use functionsippiResize_8u_C3R for resizing andippiSwapChannels_8u_C3C4R conversion (frombgr24 bitmap to bgr32 bitmap).&lt;/DIV&gt;&lt;DIV&gt;Downscaling works fast, but Upscaling works very slow for me.&lt;/DIV&gt;&lt;DIV&gt;I useIPPI_INTER_LINEAR interpolation in scaling.&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Nov 2010 10:35:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785000#M1911</guid>
      <dc:creator>rustamse</dc:creator>
      <dc:date>2010-11-16T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Fast conversion + resizing from bgr24 to bgr32</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785001#M1912</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;Do you Initialize the IPP?&lt;BR /&gt;&lt;BR /&gt;You could just use the fellow function, maybe it is helpful for you.&lt;BR /&gt;&lt;BR /&gt;void SetUpIpp(void)&lt;BR /&gt;{&lt;BR /&gt; &lt;BR /&gt; IppCpuType cpu;  &lt;BR /&gt; cpu = ippGetCpuType();&lt;BR /&gt; ippInitCpu(cpu);&lt;BR /&gt; ippEnableCpu(cpu);&lt;BR /&gt; ippInit(); &lt;BR /&gt;&lt;BR /&gt;}/*SetUpIpp*/ &lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2010 10:48:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785001#M1912</guid>
      <dc:creator>Gaiger_Chen</dc:creator>
      <dc:date>2010-11-16T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Fast conversion + resizing from bgr24 to bgr32</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785002#M1913</link>
      <description>Thank you, for answer, but it doesn't help me...&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can anyone help me?&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Nov 2010 13:41:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785002#M1913</guid>
      <dc:creator>rustamse</dc:creator>
      <dc:date>2010-11-16T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Fast conversion + resizing from bgr24 to bgr32</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785003#M1914</link>
      <description>We actually recommend to use ippiResizeSqrPixel function instead of ippiResize (which is marked as deprecated and might be removed from future releases)&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Tue, 16 Nov 2010 15:46:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785003#M1914</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-11-16T15:46:02Z</dc:date>
    </item>
    <item>
      <title>Fast conversion + resizing from bgr24 to bgr32</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785004#M1915</link>
      <description>Do you know what part it is, that is slow? Resize or converting from C3 to AC4?&lt;BR /&gt;&lt;BR /&gt;I think that SwapChannels must be slower than ippi_Copy_8u_C3AC4R().&lt;BR /&gt;&lt;BR /&gt;You should also test if Resize is slower in C3 than in AC4, and then choose to do Resize+Convert or Convert+Resize.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2010 16:33:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785004#M1915</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2010-11-16T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Fast conversion + resizing from bgr24 to bgr32</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785005#M1916</link>
      <description>HI Vladimir:&lt;BR /&gt;&lt;BR /&gt;In our application, we are very care the size of dll.&lt;BR /&gt;&lt;BR /&gt;I have used IPP resize function as my resize dll:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I use ippiResize as resize function, the dll size if about 400k. (use VS 2005 )&lt;BR /&gt;(include ipp_w7.h)&lt;BR /&gt;&lt;BR /&gt;but if I use ippiResizeSqrPixel, the dll size is about 900k.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so.... the ippiResize does necessary...&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2010 18:19:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-conversion-resizing-from-bgr24-to-bgr32/m-p/785005#M1916</guid>
      <dc:creator>Gaiger_Chen</dc:creator>
      <dc:date>2010-11-16T18:19:03Z</dc:date>
    </item>
  </channel>
</rss>

