<?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: RS Decoder in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865190#M8275</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/61463"&gt;Vladimir Dudnik&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, Thanks for reply, I have checked the document, however, it did not tell how to use the initialize function, there seems to be some work to be done before I can use the Decode function, like init GF, init DecodeSpec, and some create buffer work. I don't know what sequence should I do these things.&lt;BR /&gt;&lt;BR /&gt;After doing some search, I know what Erasure means to RS decode, however, can we use these functions without ErasureList? When I trying to pass NULL and 0 for the first parameter, the return value is ippStsSizeErr.&lt;BR /&gt;&lt;BR /&gt;Is there anywhere I can find more detailed document?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Did not you have a chance to look at IPP documentation (volume 1, signal processingmanual) ?&lt;BR /&gt;&lt;BR /&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;RSDecodeBM, RSDecodeEE&lt;/STRONG&gt;&lt;/P&gt;
&lt;EM&gt;
&lt;P align="left"&gt;Performs the RS decoding operation.&lt;/P&gt;
&lt;/EM&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: small;"&gt;Syntax&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="font-size: x-small;"&gt;IppStatus ippsRSDecodeBM_8u(const int* &lt;EM&gt;pErasureList&lt;/EM&gt;, int &lt;EM&gt;erasureListLength&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pCodeWord&lt;/EM&gt;, const IppsRSDecodeSpec_8u* &lt;EM&gt;pRS&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pBuffer&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="font-size: x-small;"&gt;IppStatus ippsRSDecodeEE_8u(const int* &lt;EM&gt;pErasureList&lt;/EM&gt;, int &lt;EM&gt;erasureListLength&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pCodeWord&lt;/EM&gt;, const IppsRSDecodeSpec_8u* &lt;EM&gt;pRS&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pBuffer&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: small;"&gt;Parameters&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;EM&gt;
&lt;P align="left"&gt;pErasureList Pointer to the array with the list of erasure locations.&lt;BR /&gt;&lt;EM&gt;erasureListLengt &lt;/EM&gt;h Length of the list of erasure locations.&lt;BR /&gt;&lt;EM&gt;pCodeWord &lt;/EM&gt;Pointer to the codeword to be decoded.&lt;BR /&gt;&lt;EM&gt;pRS &lt;EM&gt;pBuffer&lt;/EM&gt;Pointer to the work buffer.&lt;BR /&gt;&lt;/EM&gt;pBuffer Pointer to the RS decoder context.&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;This function is declared in the ippdi.h file. The function performs RS decoding defined by the&lt;BR /&gt;context &lt;EM&gt;pRS &lt;/EM&gt;for the systematic code in the given codeword and stores the result back at the&lt;BR /&gt;address of &lt;EM&gt;pCodeWord&lt;/EM&gt;. The RS decoders ippsRSDecodeBM and ippsRSDecodeEE implement&lt;BR /&gt;the Berlekamp-Massey (BM) and Extended Euclidean (EE) decoding algorithms, respectively.&lt;BR /&gt;The work buffer pointed by &lt;EM&gt;pBuffer &lt;/EM&gt;must have size not less than the respective function&lt;BR /&gt;ippsRSDecodeBMGetBufferSize or ippsRSDecodeEEGetBufferSize returns.&lt;/P&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="font-size: small;"&gt;Return Values&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsNoErr&lt;/SPAN&gt; Indicates no error. Any other value indicates an error or warning.&lt;BR /&gt;Indicates an error condition if any of the specified pointers is NULL.&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsNullPtrErr&lt;/SPAN&gt; Indicates an error condition if the context pointed by &lt;EM&gt;pRS &lt;/EM&gt;is not valid.&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsContextMatchErr&lt;/SPAN&gt; Indicates an error condition if any element of the array poined by &lt;EM&gt;pErasureList &lt;/EM&gt;is not valid, that is, negative or exceeding the &lt;EM&gt;codeLength &lt;/EM&gt;value specified in the context.&lt;/P&gt;
&lt;/EM&gt;Pointer to the array with the list of erasure locations.&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;</description>
    <pubDate>Fri, 16 Jan 2009 20:23:40 GMT</pubDate>
    <dc:creator>hesperus</dc:creator>
    <dc:date>2009-01-16T20:23:40Z</dc:date>
    <item>
      <title>RS Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865188#M8273</link>
      <description>Does anyone have sample code for IPP's RS Decoder functions?&lt;BR /&gt;&lt;BR /&gt;I am confuse of how to use the RSDecodeBM_8u and RSDecodeEE_8u, what are the pErasesureList and erasureListLength used for?</description>
      <pubDate>Thu, 15 Jan 2009 22:50:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865188#M8273</guid>
      <dc:creator>hesperus</dc:creator>
      <dc:date>2009-01-15T22:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: RS Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865189#M8274</link>
      <description>Did not you have a chance to look at IPP documentation (volume 1, signal processingmanual) ?&lt;BR /&gt;&lt;BR /&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;RSDecodeBM, RSDecodeEE&lt;/STRONG&gt;&lt;/P&gt;
&lt;EM&gt;
&lt;P align="left"&gt;Performs the RS decoding operation.&lt;/P&gt;
&lt;/EM&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: small;"&gt;Syntax&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="font-size: x-small;"&gt;IppStatus ippsRSDecodeBM_8u(const int* &lt;EM&gt;pErasureList&lt;/EM&gt;, int &lt;EM&gt;erasureListLength&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pCodeWord&lt;/EM&gt;, const IppsRSDecodeSpec_8u* &lt;EM&gt;pRS&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pBuffer&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="font-size: x-small;"&gt;IppStatus ippsRSDecodeEE_8u(const int* &lt;EM&gt;pErasureList&lt;/EM&gt;, int &lt;EM&gt;erasureListLength&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pCodeWord&lt;/EM&gt;, const IppsRSDecodeSpec_8u* &lt;EM&gt;pRS&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pBuffer&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: small;"&gt;Parameters&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;EM&gt;
&lt;P align="left"&gt;pErasureList Pointer to the array with the list of erasure locations.&lt;BR /&gt;&lt;EM&gt;erasureListLengt &lt;/EM&gt;h Length of the list of erasure locations.&lt;BR /&gt;&lt;EM&gt;pCodeWord &lt;/EM&gt;Pointer to the codeword to be decoded.&lt;BR /&gt;&lt;EM&gt;pRS &lt;EM&gt;pBuffer&lt;/EM&gt;Pointer to the work buffer.&lt;BR /&gt;&lt;/EM&gt;pBuffer Pointer to the RS decoder context.&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;This function is declared in the ippdi.h file. The function performs RS decoding defined by the&lt;BR /&gt;context &lt;EM&gt;pRS &lt;/EM&gt;for the systematic code in the given codeword and stores the result back at the&lt;BR /&gt;address of &lt;EM&gt;pCodeWord&lt;/EM&gt;. The RS decoders ippsRSDecodeBM and ippsRSDecodeEE implement&lt;BR /&gt;the Berlekamp-Massey (BM) and Extended Euclidean (EE) decoding algorithms, respectively.&lt;BR /&gt;The work buffer pointed by &lt;EM&gt;pBuffer &lt;/EM&gt;must have size not less than the respective function&lt;BR /&gt;ippsRSDecodeBMGetBufferSize or ippsRSDecodeEEGetBufferSize returns.&lt;/P&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="font-size: small;"&gt;Return Values&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsNoErr&lt;/SPAN&gt; Indicates no error. Any other value indicates an error or warning.&lt;BR /&gt;Indicates an error condition if any of the specified pointers is NULL.&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsNullPtrErr&lt;/SPAN&gt; Indicates an error condition if the context pointed by &lt;EM&gt;pRS &lt;/EM&gt;is not valid.&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsContextMatchErr&lt;/SPAN&gt; Indicates an error condition if any element of the array poined by &lt;EM&gt;pErasureList &lt;/EM&gt;is not valid, that is, negative or exceeding the &lt;EM&gt;codeLength &lt;/EM&gt;value specified in the context.&lt;/P&gt;
&lt;/EM&gt;Pointer to the array with the list of erasure locations.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Fri, 16 Jan 2009 11:52:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865189#M8274</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-01-16T11:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: RS Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865190#M8275</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/61463"&gt;Vladimir Dudnik&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, Thanks for reply, I have checked the document, however, it did not tell how to use the initialize function, there seems to be some work to be done before I can use the Decode function, like init GF, init DecodeSpec, and some create buffer work. I don't know what sequence should I do these things.&lt;BR /&gt;&lt;BR /&gt;After doing some search, I know what Erasure means to RS decode, however, can we use these functions without ErasureList? When I trying to pass NULL and 0 for the first parameter, the return value is ippStsSizeErr.&lt;BR /&gt;&lt;BR /&gt;Is there anywhere I can find more detailed document?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Did not you have a chance to look at IPP documentation (volume 1, signal processingmanual) ?&lt;BR /&gt;&lt;BR /&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;RSDecodeBM, RSDecodeEE&lt;/STRONG&gt;&lt;/P&gt;
&lt;EM&gt;
&lt;P align="left"&gt;Performs the RS decoding operation.&lt;/P&gt;
&lt;/EM&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: small;"&gt;Syntax&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="font-size: x-small;"&gt;IppStatus ippsRSDecodeBM_8u(const int* &lt;EM&gt;pErasureList&lt;/EM&gt;, int &lt;EM&gt;erasureListLength&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pCodeWord&lt;/EM&gt;, const IppsRSDecodeSpec_8u* &lt;EM&gt;pRS&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pBuffer&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="font-size: x-small;"&gt;IppStatus ippsRSDecodeEE_8u(const int* &lt;EM&gt;pErasureList&lt;/EM&gt;, int &lt;EM&gt;erasureListLength&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pCodeWord&lt;/EM&gt;, const IppsRSDecodeSpec_8u* &lt;EM&gt;pRS&lt;/EM&gt;, Ipp8u* &lt;EM&gt;pBuffer&lt;/EM&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: small;"&gt;Parameters&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;EM&gt;
&lt;P align="left"&gt;pErasureList Pointer to the array with the list of erasure locations.&lt;BR /&gt;&lt;EM&gt;erasureListLengt &lt;/EM&gt;h Length of the list of erasure locations.&lt;BR /&gt;&lt;EM&gt;pCodeWord &lt;/EM&gt;Pointer to the codeword to be decoded.&lt;BR /&gt;&lt;EM&gt;pRS &lt;EM&gt;pBuffer&lt;/EM&gt;Pointer to the work buffer.&lt;BR /&gt;&lt;/EM&gt;pBuffer Pointer to the RS decoder context.&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="font-size: small;"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align="left"&gt;This function is declared in the ippdi.h file. The function performs RS decoding defined by the&lt;BR /&gt;context &lt;EM&gt;pRS &lt;/EM&gt;for the systematic code in the given codeword and stores the result back at the&lt;BR /&gt;address of &lt;EM&gt;pCodeWord&lt;/EM&gt;. The RS decoders ippsRSDecodeBM and ippsRSDecodeEE implement&lt;BR /&gt;the Berlekamp-Massey (BM) and Extended Euclidean (EE) decoding algorithms, respectively.&lt;BR /&gt;The work buffer pointed by &lt;EM&gt;pBuffer &lt;/EM&gt;must have size not less than the respective function&lt;BR /&gt;ippsRSDecodeBMGetBufferSize or ippsRSDecodeEEGetBufferSize returns.&lt;/P&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080;"&gt;&lt;SPAN style="font-size: small;"&gt;Return Values&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsNoErr&lt;/SPAN&gt; Indicates no error. Any other value indicates an error or warning.&lt;BR /&gt;Indicates an error condition if any of the specified pointers is NULL.&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsNullPtrErr&lt;/SPAN&gt; Indicates an error condition if the context pointed by &lt;EM&gt;pRS &lt;/EM&gt;is not valid.&lt;/P&gt;
&lt;P align="left"&gt;&lt;SPAN style="color: #0000ff;"&gt;ippStsContextMatchErr&lt;/SPAN&gt; Indicates an error condition if any element of the array poined by &lt;EM&gt;pErasureList &lt;/EM&gt;is not valid, that is, negative or exceeding the &lt;EM&gt;codeLength &lt;/EM&gt;value specified in the context.&lt;/P&gt;
&lt;/EM&gt;Pointer to the array with the list of erasure locations.&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;</description>
      <pubDate>Fri, 16 Jan 2009 20:23:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865190#M8275</guid>
      <dc:creator>hesperus</dc:creator>
      <dc:date>2009-01-16T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: RS Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865191#M8276</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Vladimir,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;It might be a good idea to include a sample in the future on how to use the RS functions. The usage is not straightforward from the documentation.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Emmanuel&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Jan 2009 13:01:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865191#M8276</guid>
      <dc:creator>Emmanuel_W_</dc:creator>
      <dc:date>2009-01-17T13:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: RS Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865192#M8277</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/411985"&gt;hesperus&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;Does anyone have sample code for IPP's RS Decoder functions?&lt;BR /&gt;&lt;BR /&gt;I am confuse of how to use the RSDecodeBM_8u and RSDecodeEE_8u, what are the pErasesureList and erasureListLength used for?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Jan 2009 19:01:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865192#M8277</guid>
      <dc:creator>turks</dc:creator>
      <dc:date>2009-01-17T19:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: RS Decoder</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865193#M8278</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/30706"&gt;turks&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;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi turks,&lt;BR /&gt;&lt;BR /&gt;Do you have any suggestion? You can contact me at mountainyu@gmail.com&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jan 2009 07:00:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RS-Decoder/m-p/865193#M8278</guid>
      <dc:creator>hesperus</dc:creator>
      <dc:date>2009-01-18T07:00:26Z</dc:date>
    </item>
  </channel>
</rss>

