<?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 help me ! compile the g729 sample. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-me-compile-the-g729-sample/m-p/936827#M17234</link>
    <description>&lt;DIV&gt;hi verybody:&lt;/DIV&gt;
&lt;DIV&gt; I download the speech sample. And compile the g729 sample. I use the encoder729i.exe to encoder a sample. It's PCM, 16bit, 8000Hz, 1ch, 128Kbps.The source file is  838,822 bytes. After encodering. The target file is 859,688 bytes. Why the target file is as almost long as source file.Can anybody help me .Thanks very much.&lt;/DIV&gt;</description>
    <pubDate>Wed, 29 Sep 2004 08:56:41 GMT</pubDate>
    <dc:creator>sendhb</dc:creator>
    <dc:date>2004-09-29T08:56:41Z</dc:date>
    <item>
      <title>help me ! compile the g729 sample.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-me-compile-the-g729-sample/m-p/936827#M17234</link>
      <description>&lt;DIV&gt;hi verybody:&lt;/DIV&gt;
&lt;DIV&gt; I download the speech sample. And compile the g729 sample. I use the encoder729i.exe to encoder a sample. It's PCM, 16bit, 8000Hz, 1ch, 128Kbps.The source file is  838,822 bytes. After encodering. The target file is 859,688 bytes. Why the target file is as almost long as source file.Can anybody help me .Thanks very much.&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Sep 2004 08:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/help-me-compile-the-g729-sample/m-p/936827#M17234</guid>
      <dc:creator>sendhb</dc:creator>
      <dc:date>2004-09-29T08:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: help me ! compile the g729 sample.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-me-compile-the-g729-sample/m-p/936828#M17235</link>
      <description>&lt;DIV&gt;just see below codes:&lt;/DIV&gt;
&lt;DIV&gt;static void encodedBitsUnPack_G729(&lt;BR /&gt; const char *bitstream, /* input bitstream */&lt;BR /&gt; short *bits, /* output: ITU bitstream unpacked format: 0 - BIT_0, 1 - BIT_1 */&lt;BR /&gt; int len&lt;BR /&gt;)&lt;BR /&gt;{&lt;BR /&gt; short i,j;&lt;BR /&gt; *bits++ = SYNC_WORD; /* bit[0], at receiver this bits indicates BFI */&lt;BR /&gt; if(len==10) *bits++ = SIZE_WORD; /* bit[1], to be compatible with hardware */&lt;BR /&gt; else if(len==8) *bits++ = RATE_6400; /* bit[1], to be compatible with hardware */&lt;BR /&gt; else if(len==15) *bits++ = RATE_11800; /* bit[1], to be compatible with hardware */&lt;/DIV&gt;
&lt;DIV&gt; for (i = 0; i &amp;lt; len; i++)&lt;BR /&gt; {&lt;BR /&gt; bits&lt;I&gt; = 0;&lt;BR /&gt; for (j = 7; j &amp;gt;=0; j--){&lt;BR /&gt; if( (bitstream&lt;I&gt;&amp;gt;&amp;gt;j)&amp;amp;1 ) &lt;BR /&gt; *bits++ = BIT_1;&lt;BR /&gt; else&lt;BR /&gt; *bits++ = BIT_0;&lt;BR /&gt; } &lt;BR /&gt; &lt;BR /&gt; }&lt;BR /&gt; return;&lt;BR /&gt;}&lt;/I&gt;&lt;/I&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 03 Oct 2004 15:51:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/help-me-compile-the-g729-sample/m-p/936828#M17235</guid>
      <dc:creator>stray109</dc:creator>
      <dc:date>2004-10-03T15:51:57Z</dc:date>
    </item>
  </channel>
</rss>

