<?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 function ippFree in UIC in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/function-ippFree-in-UIC/m-p/851516#M6612</link>
    <description>Hello, I am implementing a JPEG decorder to my program following your example. I saw when you want to release image from memory, you have a call IppFree(imgdata). I could not find where it is defined. It is from a Libs? thank you. I think the same thing is for ippMalloc. thank you for help&lt;BR /&gt;&lt;BR /&gt;fanguts</description>
    <pubDate>Mon, 20 Jul 2009 20:06:44 GMT</pubDate>
    <dc:creator>fanguts</dc:creator>
    <dc:date>2009-07-20T20:06:44Z</dc:date>
    <item>
      <title>function ippFree in UIC</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/function-ippFree-in-UIC/m-p/851516#M6612</link>
      <description>Hello, I am implementing a JPEG decorder to my program following your example. I saw when you want to release image from memory, you have a call IppFree(imgdata). I could not find where it is defined. It is from a Libs? thank you. I think the same thing is for ippMalloc. thank you for help&lt;BR /&gt;&lt;BR /&gt;fanguts</description>
      <pubDate>Mon, 20 Jul 2009 20:06:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/function-ippFree-in-UIC/m-p/851516#M6612</guid>
      <dc:creator>fanguts</dc:creator>
      <dc:date>2009-07-20T20:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: function ippFree in UIC</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/function-ippFree-in-UIC/m-p/851517#M6613</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/435006"&gt;fanguts&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;Hello, I am implementing a JPEG decorder to my program following your example. I saw when you want to release image from memory, you have a call IppFree(imgdata). I could not find where it is defined. It is from a Libs? thank you. I think the same thing is for ippMalloc. thank you for help&lt;BR /&gt;&lt;BR /&gt;fanguts&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi,&lt;BR /&gt;&lt;BR /&gt;ippFree/ippMalloc are parts of ippcore library. They are declared in "ippcore.h". The functions are liocated in ippcore*.lib (or, ippcore*.a for Linux). So, include ippcore.h or, simply, ipp.h and make sure, that ippcore* library - according to your linkage model - is in the command line for linker. &lt;BR /&gt;&lt;BR /&gt;P.S. For image functions it's better to use ippiMalloc/ippiFree from "ippi" library. ippi.h/ippi*.lib, etc. In this case the data will be aligned better for imaging. Moreover, you will be able to operate the number of channels of your images.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jul 2009 05:26:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/function-ippFree-in-UIC/m-p/851517#M6613</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2009-07-21T05:26:00Z</dc:date>
    </item>
  </channel>
</rss>

