<?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 Re: ippac: UnpackSideInfo Problem with Mono MP3s in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906300#M13505</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/336498"&gt;Vladimir Dudnik (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; Hi Helmut,&lt;BR /&gt;&lt;BR /&gt;could you please take a look at IPP samples? I think looking at working codemay help to understand better how to use IPP functions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I downloaded this &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/#va" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/#va&lt;/A&gt;&lt;BR /&gt;Any other sources?&lt;BR /&gt;&lt;BR /&gt;Best regards Helmut&lt;BR /&gt;</description>
    <pubDate>Fri, 15 May 2009 08:56:40 GMT</pubDate>
    <dc:creator>olloman</dc:creator>
    <dc:date>2009-05-15T08:56:40Z</dc:date>
    <item>
      <title>ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906294#M13499</link>
      <description>Im working on an MP3 decoder with IPP Audio Decoding functions. Through studying ISO 11172-3 I think side information in an MP3 is 17bytes (mono) or 32bytes (stereo) long.&lt;BR /&gt;&lt;BR /&gt;My current test mp3 is mono coded (mode 3 - spec; 1 - intel frame header structure). But the ippsUnpackSideInfo_MP3 function increments the "BitStream" pointer always by 32 bytes. &lt;BR /&gt;&lt;BR /&gt;What am I possibly doing wrong?</description>
      <pubDate>Tue, 12 May 2009 10:11:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906294#M13499</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-12T10:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906295#M13500</link>
      <description>Switching the mode flag from "1" to "3" fixed to ippUnpackSideInfo_MP3. &lt;BR /&gt;But now I dont know why ippsUnpackFrameHeader does not extract the right value for mode fromt he bitstream&lt;BR /&gt;</description>
      <pubDate>Tue, 12 May 2009 11:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906295#M13500</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-12T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906296#M13501</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Please make sure you have a valid MP3 stream and it is single channel audio. The ippsUnpackSideInfo_MP3 is simple function and was carefully tested, we did not detect any issues with it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 13:00:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906296#M13501</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-13T13:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906297#M13502</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/336498"&gt;Vladimir Dudnik (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; Please make sure you have a valid MP3 stream and it is single channel audio. The ippsUnpackSideInfo_MP3 is simple function and was carefully tested, we did not detect any issues with it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;The stream is valid. Maybe I missinterpret the mode bits? &lt;BR /&gt;&lt;BR /&gt;I work with IPP: Volume 1: Signal Processing (August 2008) Page 1262 where the "IppFrameHeader" structure is described. There it is not said which bits mean a certain mode.&lt;BR /&gt;&lt;BR /&gt;I have also many other problem with MP3 decoding because you never know what the function expect. In the following pages documentation only says give a pointer of this kind. But it does not say, that the pointer has to point at an array of a certain size.&lt;BR /&gt;&lt;BR /&gt;Can you help me to find a more detailed documentation, or sample code. My search was not successful. ( Im new to IPP ).&lt;BR /&gt;&lt;BR /&gt;Best regards Helmut&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 09:18:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906297#M13502</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-14T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906298#M13503</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/336498"&gt;Vladimir Dudnik (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; Please make sure you have a valid MP3 stream and it is single channel audio. The ippsUnpackSideInfo_MP3 is simple function and was carefully tested, we did not detect any issues with it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;Upps, I missed one '='. Sorry.&lt;BR /&gt;But my inquierys for more detailed documentation still exist.&lt;BR /&gt;&lt;BR /&gt;Best Regards Helmut&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 14:38:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906298#M13503</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-14T14:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906299#M13504</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Helmut,&lt;BR /&gt;&lt;BR /&gt;could you please take a look at IPP samples? I think looking at working codemay help to understand better how to use IPP functions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 08:31:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906299#M13504</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-15T08:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906300#M13505</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/336498"&gt;Vladimir Dudnik (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; Hi Helmut,&lt;BR /&gt;&lt;BR /&gt;could you please take a look at IPP samples? I think looking at working codemay help to understand better how to use IPP functions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I downloaded this &lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/#va" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-code-samples/#va&lt;/A&gt;&lt;BR /&gt;Any other sources?&lt;BR /&gt;&lt;BR /&gt;Best regards Helmut&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 08:56:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906300#M13505</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-15T08:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906301#M13506</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Did you find audio-video-codecs sample in this sample package? It should contain several application which demonstrate use of IPP in media codecs&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 10:53:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906301#M13506</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-15T10:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906302#M13507</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/336498"&gt;Vladimir Dudnik (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; Did you find audio-video-codecs sample in this sample package? It should contain several application which demonstrate use of IPP in media codecs&lt;BR /&gt;&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I found the the MP3 decoder code. Unfortunatly this implementation does not match with ippac-Lib. &lt;BR /&gt;It does also not fit to Intel Integrated Performance Primitives 6.0 Volume 1: Signal Processing &lt;BR /&gt;(http://www.intel.com/cd/software/products/asmo-na/eng/405958.htm) &lt;BR /&gt;&lt;BR /&gt;To me the code in "simple application" seems to be are reimplementation. Please Correct me if Im wrong.&lt;BR /&gt; &lt;BR /&gt;For example take mp3dec_layer3_fp.c there you have a function called: "mp3dec_Huffmancodebits"&lt;BR /&gt;This seems to be a new implemenation of what "ippsHuffmanDecode_MP3_1u32s" does.&lt;BR /&gt;&lt;BR /&gt;Best regards Helmut&lt;BR /&gt;</description>
      <pubDate>Fri, 15 May 2009 13:08:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906302#M13507</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-15T13:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906303#M13508</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Helmut,&lt;BR /&gt;&lt;BR /&gt;there are two implementations of MP3 codec in IPP. One is based on floating point and another one is fixed-point based. You are free to choose between those two. Note, the fixed-point variant was developed basically for XScale architecture which does not have FPU. On general Intel Architecture we recommend to use floating-point based implementation which is faster and provides better accuracy.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Fri, 15 May 2009 15:39:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906303#M13508</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-15T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906304#M13509</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/336498"&gt;Vladimir Dudnik (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;Helmut,&lt;BR /&gt;&lt;BR /&gt;there are two implementations of MP3 codec in IPP. One is based on floating point and another one is fixed-point based. You are free to choose between those two. Note, the fixed-point variant was developed basically for XScale architecture which does not have FPU. On general Intel Architecture we recommend to use floating-point based implementation which is faster and provides better accuracy.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;Well, I understand the diffrence between both implementations. But that does not change the fact, that they both dont match the official IPP documentation. Please check my example form my last posting. &lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Helmut&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 07:54:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906304#M13509</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-19T07:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906305#M13510</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;BR /&gt;I think ippsHuffmanDecode_MP3_1u32s function perfectly match the description in official IPP documentation. You may check this with IPP reference manual, signal processing, chapter 10 - audio coding functions, page 1415.&lt;BR /&gt;&lt;BR /&gt;All and every IPP function is documented in appropriate manuals. We do not documentinternal functions in IPP samples.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Tue, 19 May 2009 08:55:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906305#M13510</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-19T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906306#M13511</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/336498"&gt;Vladimir Dudnik (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;I think ippsHuffmanDecode_MP3_1u32s function perfectly match the description in official IPP documentation. You may check this with IPP reference manual, signal processing, chapter 10 - audio coding functions, page 1415.&lt;BR /&gt;&lt;BR /&gt;All and every IPP function is documented in appropriate manuals. We do not documentinternal functions in IPP samples.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yes, ippsHuffmanDecode_MP3_1u32s is documented in page 1301 of the Signal Processing document (10-113)&lt;BR /&gt;&lt;BR /&gt;But this function is never used in "simple player" example code. &lt;BR /&gt;&lt;BR /&gt;Im still seeking for example code for all the function described in IPP: Volume 1: Signal Processing (August 2008) Chapter 10 Page 1296 &lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 10:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906306#M13511</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-19T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906307#M13512</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Please take a look on quite old IPP 5.0 sample of integer MP3 decoder (attached). I did not check it with the latest version of IPP and we do not deliver it anymore. So you may need to adopt build scripts of this sample code&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 11:28:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906307#M13512</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-19T11:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906308#M13513</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/336498"&gt;Vladimir Dudnik (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;DIV style="margin:0px;"&gt;Please take a look on quite old IPP 5.0 sample of integer MP3 decoder (attached). I did not check it with the latest version of IPP and we do not deliver it anymore. So you may need to adopt build scripts of this sample code&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I just check the code for 2 minutes, but it seems to be a major step to slove my problems :-)&lt;BR /&gt;&lt;BR /&gt;Best regards Helmut&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2009 11:40:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906308#M13513</guid>
      <dc:creator>olloman</dc:creator>
      <dc:date>2009-05-19T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: ippac: UnpackSideInfo Problem with Mono MP3s</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906309#M13514</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;You are welcome:)&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Tue, 19 May 2009 11:50:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippac-UnpackSideInfo-Problem-with-Mono-MP3s/m-p/906309#M13514</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-05-19T11:50:25Z</dc:date>
    </item>
  </channel>
</rss>

