<?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 Can this function be splited? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-this-function-be-splited/m-p/994428#M22768</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ippiDCTQuantFwd8x8LS_JPEG_8u16s_C1R&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I want to split this function in two(or more)functions. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Canthat function split? If that can, what functions can alternate that?&lt;/DIV&gt;
&lt;P&gt;Message Edited by seyol17 on &lt;SPAN class="date_text"&gt;03-08-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:45 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Message Edited by seyol17 on &lt;SPAN class="date_text"&gt;03-08-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:57 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2005 00:25:18 GMT</pubDate>
    <dc:creator>seyol17</dc:creator>
    <dc:date>2005-03-09T00:25:18Z</dc:date>
    <item>
      <title>Can this function be splited?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-this-function-be-splited/m-p/994428#M22768</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ippiDCTQuantFwd8x8LS_JPEG_8u16s_C1R&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I want to split this function in two(or more)functions. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Canthat function split? If that can, what functions can alternate that?&lt;/DIV&gt;
&lt;P&gt;Message Edited by seyol17 on &lt;SPAN class="date_text"&gt;03-08-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:45 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Message Edited by seyol17 on &lt;SPAN class="date_text"&gt;03-08-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;04:57 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2005 00:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Can-this-function-be-splited/m-p/994428#M22768</guid>
      <dc:creator>seyol17</dc:creator>
      <dc:date>2005-03-09T00:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can this function be splited?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Can-this-function-be-splited/m-p/994429#M22769</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;of course, we have more primitive functions than that. For example, please find in IPP documentation (or in ippj.h file) the following functions:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ippiAdd128_JPEG_16s8u_C1R, ippiSub128_JPEG_16s8u_C1R - implementslevel shift for 8-bit data&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ippiQuantFwd8x8_JPEG_16s_C1I, ippiQuantInv8x8_JPEG_16s_C1I -&lt;/DIV&gt;
&lt;DIV&gt;implements quantization&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ippiDCT8x8Fwd_16s_C1,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCT8x8Fwd_16s_C1R,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCT8x8Fwd_16s_C1I,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCT8x8Inv_16s_C1,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCT8x8Inv_16s_C1R,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCT8x8Inv_16s_C1I -&lt;/DIV&gt;
&lt;DIV&gt;implements DCT for 8x8 block, in-place and not-in-place operations, with stripe - they are declared in ippi.h file&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;ippiDCTQuantFwd8x8_JPEG_16s_C1, ippiDCTQuantFwd8x8_JPEG_16s_C1I,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCTQuantInv8x8_JPEG_16s_C1,&lt;/DIV&gt;
&lt;DIV&gt;ippiDCTQuantInv8x8_JPEG_16s_C1I -&lt;/DIV&gt;
&lt;DIV&gt;implements both DCT and quantization, in-place and not-in-place operations&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Mar 2005 04:14:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Can-this-function-be-splited/m-p/994429#M22769</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-10T04:14:20Z</dc:date>
    </item>
  </channel>
</rss>

