<?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: Codecs for GSM and G729 memory in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Codecs-for-GSM-and-G729-memory/m-p/903363#M13109</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/412270"&gt;harald85&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&lt;BR /&gt;I am using the GSM and the G729 Codec from the IPP in Kernelmode and it works fine but now i want to optimize my driver and see the following think. I initialize the codecs in following order:&lt;BR /&gt;&lt;BR /&gt;1) GSM for decode&lt;BR /&gt;2) GSM for encode&lt;BR /&gt;3) G729 for decode &lt;BR /&gt;4) G729 for encode&lt;BR /&gt;&lt;BR /&gt;For every Codec i need 72 Bytes for the CodecInfo which is ok but then i need two more memorys for the Codec whith following sizes:&lt;BR /&gt;&lt;BR /&gt;1) GSM for decode 20Byte and 712Byte&lt;BR /&gt;2) GSM for encode 20Byte and 1720Byte&lt;BR /&gt;3) G729 for decode 20Byte and 2312Byte&lt;BR /&gt;4) G729 for encode 20Byte and 3548Byte&lt;BR /&gt;&lt;BR /&gt;So my question is if it is normal that the encode and decode need different Memorysize or if I have an mistake in my Code?!&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Harald,and thank you for using IPP speech codecs.&lt;BR /&gt;Normally,the encoder is more complex andmore memory demanding than the decoder, its counterpart. So, there is no mistake in you code in this regard. &lt;BR /&gt;Vyacheslav, IPP.</description>
    <pubDate>Mon, 10 Aug 2009 10:09:22 GMT</pubDate>
    <dc:creator>Vyacheslav_Baranniko</dc:creator>
    <dc:date>2009-08-10T10:09:22Z</dc:date>
    <item>
      <title>Codecs for GSM and G729 memory</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Codecs-for-GSM-and-G729-memory/m-p/903362#M13108</link>
      <description>Hi&lt;BR /&gt;I am using the GSM and the G729 Codec from the IPP in Kernelmode and it works fine but now i want to optimize my driver and see the following think. I initialize the codecs in following order:&lt;BR /&gt;&lt;BR /&gt;1) GSM for decode&lt;BR /&gt;2) GSM for encode&lt;BR /&gt;3) G729 for decode &lt;BR /&gt;4) G729 for encode&lt;BR /&gt;&lt;BR /&gt;For every Codec i need 72 Bytes for the CodecInfo which is ok but then i need two more memorys for the Codec whith following sizes:&lt;BR /&gt;&lt;BR /&gt;1) GSM for decode 20Byte and 712Byte&lt;BR /&gt;2) GSM for encode  20Byte and 1720Byte&lt;BR /&gt;3) G729 for decode 20Byte and 2312Byte&lt;BR /&gt;4) G729 for encode 20Byte and 3548Byte&lt;BR /&gt;&lt;BR /&gt;So my question is if it is normal that the encode and decode need different Memorysize or if I have an mistake in my Code?!&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2009 09:56:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Codecs-for-GSM-and-G729-memory/m-p/903362#M13108</guid>
      <dc:creator>harald85</dc:creator>
      <dc:date>2009-08-04T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Codecs for GSM and G729 memory</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Codecs-for-GSM-and-G729-memory/m-p/903363#M13109</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/412270"&gt;harald85&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&lt;BR /&gt;I am using the GSM and the G729 Codec from the IPP in Kernelmode and it works fine but now i want to optimize my driver and see the following think. I initialize the codecs in following order:&lt;BR /&gt;&lt;BR /&gt;1) GSM for decode&lt;BR /&gt;2) GSM for encode&lt;BR /&gt;3) G729 for decode &lt;BR /&gt;4) G729 for encode&lt;BR /&gt;&lt;BR /&gt;For every Codec i need 72 Bytes for the CodecInfo which is ok but then i need two more memorys for the Codec whith following sizes:&lt;BR /&gt;&lt;BR /&gt;1) GSM for decode 20Byte and 712Byte&lt;BR /&gt;2) GSM for encode 20Byte and 1720Byte&lt;BR /&gt;3) G729 for decode 20Byte and 2312Byte&lt;BR /&gt;4) G729 for encode 20Byte and 3548Byte&lt;BR /&gt;&lt;BR /&gt;So my question is if it is normal that the encode and decode need different Memorysize or if I have an mistake in my Code?!&lt;BR /&gt;&lt;BR /&gt;THANKS&lt;BR /&gt;&lt;BR /&gt;Harald&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Harald,and thank you for using IPP speech codecs.&lt;BR /&gt;Normally,the encoder is more complex andmore memory demanding than the decoder, its counterpart. So, there is no mistake in you code in this regard. &lt;BR /&gt;Vyacheslav, IPP.</description>
      <pubDate>Mon, 10 Aug 2009 10:09:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Codecs-for-GSM-and-G729-memory/m-p/903363#M13109</guid>
      <dc:creator>Vyacheslav_Baranniko</dc:creator>
      <dc:date>2009-08-10T10:09:22Z</dc:date>
    </item>
  </channel>
</rss>

