<?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 Multiple Encoder/Decoder Solution in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790084#M2338</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hello, &lt;/P&gt;&lt;P&gt;I am not sure I have fully understood yourquestion: &lt;/P&gt;&lt;P&gt;do you mean if it needs to encode/decode different video streams at the same time? If so, it need to create Multiple Encoders/Decoders UMC instance. Each instance will handle one stream. &lt;/P&gt;&lt;P&gt;The internal threading with UMC encoder/decoder will make the code more fast to handle one video stream. For example, for encoder, it will divide each the video frame into small slices, and handle these slice data in parallel. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2011 03:14:01 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2011-03-04T03:14:01Z</dc:date>
    <item>
      <title>Multiple Encoder/Decoder Solution</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790083#M2337</link>
      <description>Hi guys&lt;BR /&gt;&lt;BR /&gt;Trying to do some parallel decoding encoding and thought I'd see what you guys thought was the best approach &lt;BR /&gt;&lt;BR /&gt;Should I initiate Multiple Encoders/Decoders and then call each one in some form of queue or can one initiiation of encoder/decoder support multiple calls?&lt;BR /&gt;&lt;BR /&gt;Or maybe threading is the best way to tackle such a problem, im not familiar with it in case im completely incorrect but if I'm could someone please give a brief overview on how to call it with ipp's encoders/decoders or point me to a document I can read&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks any help would be appreciated</description>
      <pubDate>Thu, 03 Mar 2011 20:14:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790083#M2337</guid>
      <dc:creator>sadedoyin</dc:creator>
      <dc:date>2011-03-03T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Multiple Encoder/Decoder Solution</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790084#M2338</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello, &lt;/P&gt;&lt;P&gt;I am not sure I have fully understood yourquestion: &lt;/P&gt;&lt;P&gt;do you mean if it needs to encode/decode different video streams at the same time? If so, it need to create Multiple Encoders/Decoders UMC instance. Each instance will handle one stream. &lt;/P&gt;&lt;P&gt;The internal threading with UMC encoder/decoder will make the code more fast to handle one video stream. For example, for encoder, it will divide each the video frame into small slices, and handle these slice data in parallel. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2011 03:14:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790084#M2338</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-03-04T03:14:01Z</dc:date>
    </item>
    <item>
      <title>Multiple Encoder/Decoder Solution</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790085#M2339</link>
      <description>Thanks Chao&lt;BR /&gt;&lt;BR /&gt;When you say each instance can handle only one stream do you mean one frame...if thats the case threading only occurs on one frame</description>
      <pubDate>Fri, 04 Mar 2011 09:27:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790085#M2339</guid>
      <dc:creator>sadedoyin</dc:creator>
      <dc:date>2011-03-04T09:27:12Z</dc:date>
    </item>
    <item>
      <title>Multiple Encoder/Decoder Solution</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790086#M2340</link>
      <description>&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is not the video frame. It means different videos. For example, if you have mutiple different videos that need to be decoded/encoded, it need to have one instance for one video. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 01:17:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790086#M2340</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-03-07T01:17:53Z</dc:date>
    </item>
    <item>
      <title>Multiple Encoder/Decoder Solution</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790087#M2341</link>
      <description>Ok. Implemented multiple encoders/decoders. However i've noticed max CPU usage when I use more than one encoder and decoder? &lt;BR /&gt;&lt;BR /&gt;I've
 attached the code. Im transcoding data from two mobile phones. WIth the
 video data first being transcoded before its sent to the other phone. 
If I run the simulation in one direction the CPU usage is small 
literally 4% but as soon as I try to simulate in both directions thus 
using two encoders and 2 decoders the CPU max's out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Im running on a Intel Atom 330 @ 1.6GHz and 4GB Ram&lt;BR /&gt;&lt;BR /&gt;Surely with the image of size QCIF the CPU shouldn't be fully utilized?</description>
      <pubDate>Wed, 16 Mar 2011 16:27:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multiple-Encoder-Decoder-Solution/m-p/790087#M2341</guid>
      <dc:creator>sadedoyin</dc:creator>
      <dc:date>2011-03-16T16:27:29Z</dc:date>
    </item>
  </channel>
</rss>

