<?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: HELP! MPEG4Encode Problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867747#M8489</link>
    <description>&lt;P&gt;Hi,Nikolay&lt;/P&gt;
&lt;P&gt;I have another question,I want convert RGB888 color space to YUV422 planar color space.In IPP version 5.0 I use fuction as below.&lt;/P&gt;
&lt;P&gt;IPPAPI(IppStatus, ippiBGRToYCbCr422LS_MCU_8u16s_C3P3R, (const Ipp8u * pSrcBGR, &lt;BR /&gt; int srcStep, &lt;BR /&gt; Ipp16s * pDstMCU[3]))&lt;/P&gt;
&lt;P&gt;I want to know how to set srcStep?&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;win847&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2007 01:27:59 GMT</pubDate>
    <dc:creator>win847</dc:creator>
    <dc:date>2007-04-27T01:27:59Z</dc:date>
    <item>
      <title>HELP! MPEG4Encode Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867743#M8485</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I met link problem in MPEG4Encode codes, i use pca-linux samples.&lt;/P&gt;
&lt;P&gt;In mp4emblk.c file, contains ippiCopyBlock_8x8_8u and ippiReconBlock_8x8 functions.But i can't link it with IPP. My download IPP version is 5.0 1.002 for windows.Other IPP funtions can link with.&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;win847&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2007 14:19:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867743#M8485</guid>
      <dc:creator>win847</dc:creator>
      <dc:date>2007-04-23T14:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! MPEG4Encode Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867744#M8486</link>
      <description>Hi, I read document now.Know that ippiCopyBlock_8x8_8u and ippiReconBlock_8x8 contains in IPP4.0 for Linux.But why windows verson don't have these functions?</description>
      <pubDate>Tue, 24 Apr 2007 01:09:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867744#M8486</guid>
      <dc:creator>win847</dc:creator>
      <dc:date>2007-04-24T01:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! MPEG4Encode Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867745#M8487</link>
      <description>&lt;P&gt;Hi,Nikolay&lt;/P&gt;
&lt;P&gt;I can't find ippiCopy8x8_8u_C1R and ippiAdd8x8HP_16s8u_C1RS functions either.I download the IPP version is 5.0 for windows.It is used for PXA270 processor.&lt;/P&gt;
&lt;P&gt;In ippVc.h&lt;/P&gt;
&lt;P&gt;I can find General Motion compensation function as below:&lt;/P&gt;
&lt;P&gt;IPPAPI(IppStatus, ippiMCBlock_RoundOff_8u,&lt;BR /&gt;(const Ipp8u * pSrc, int srcStep, Ipp8u * pDst, int dstStep,int predictType))&lt;BR /&gt;IPPAPI(IppStatus, ippiMCBlock_RoundOn_8u,&lt;BR /&gt;(const Ipp8u * pSrc, int srcStep, Ipp8u * pDst, int dstStep,int predictType))&lt;BR /&gt;IPPAPI(IppStatus, ippiMCReconBlock_RoundOn,&lt;BR /&gt;(const Ipp8u *pSrc, int srcStep, Ipp16s * pSrcResidue, Ipp8u * pDst,int dstStep, int predictType))&lt;BR /&gt;IPPAPI(IppStatus, ippiMCReconBlock_RoundOff,&lt;BR /&gt;(const Ipp8u *pSrc, int srcStep, Ipp16s * pSrcResidue, Ipp8u * pDst, int dstStep, int predictType)) &lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;and find 8 by 8 Inverse Discrete Cosine Transform functions as below:&lt;/P&gt;
&lt;P&gt;IPPAPI(IppStatus, ippiDCT8x8Inv_Video_16s_C1, (const Ipp16s * pSrc, Ipp16s * pDst))&lt;/P&gt;
&lt;P&gt;IPPAPI(IppStatus, ippiDCT8x8Inv_Video_16s_C1I, (Ipp16s * pSrcDst))&lt;/P&gt;
&lt;P&gt;IPPAPI(IppStatus, ippiDCT8x8Inv_Video_16s8u_C1R, (const Ipp16s * pSrc, Ipp8u * pDst, int dstStep))&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I think which I need maybe in these functions.Could you help me?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;win847&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2007 00:53:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867745#M8487</guid>
      <dc:creator>win847</dc:creator>
      <dc:date>2007-04-25T00:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! MPEG4Encode Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867746#M8488</link>
      <description>&lt;P&gt;Hi,Nikolay&lt;/P&gt;
&lt;P&gt;Thanks very much.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2007 01:13:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867746#M8488</guid>
      <dc:creator>win847</dc:creator>
      <dc:date>2007-04-27T01:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! MPEG4Encode Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867747#M8489</link>
      <description>&lt;P&gt;Hi,Nikolay&lt;/P&gt;
&lt;P&gt;I have another question,I want convert RGB888 color space to YUV422 planar color space.In IPP version 5.0 I use fuction as below.&lt;/P&gt;
&lt;P&gt;IPPAPI(IppStatus, ippiBGRToYCbCr422LS_MCU_8u16s_C3P3R, (const Ipp8u * pSrcBGR, &lt;BR /&gt; int srcStep, &lt;BR /&gt; Ipp16s * pDstMCU[3]))&lt;/P&gt;
&lt;P&gt;I want to know how to set srcStep?&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;
&lt;P&gt;win847&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2007 01:27:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867747#M8489</guid>
      <dc:creator>win847</dc:creator>
      <dc:date>2007-04-27T01:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! MPEG4Encode Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867748#M8490</link>
      <description>&lt;P&gt;Hi,Nikolay&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;I use ippiRGBTo&lt;SPAN id="highlight_tag" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; COLOR: blue; PADDING-TOP: 0px; BACKGROUND-COLOR: #ccffff; blue: "&gt;YUV&lt;/SPAN&gt;422_8u_C3P3R fuction to convert color space.&lt;/P&gt;
&lt;P&gt;My picture size is 320*240,format is RGB888.&lt;/P&gt;
&lt;P&gt;and I set srcStep 320*3. and dstStep[3] as below:&lt;/P&gt;
&lt;P&gt;dstStep[0]=320,dstStep[1]=160,dstStep[2]=160.&lt;/P&gt;
&lt;P&gt;But when I copy YUV data to PXA270 Overlay2 frame buffer, I find that color isn't right.I make U and V data with 0xFF. It shows clear.&lt;/P&gt;
&lt;P&gt;Could you help me analyse this problem?&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;
&lt;P&gt;win847&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2007 08:44:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/HELP-MPEG4Encode-Problem/m-p/867748#M8490</guid>
      <dc:creator>win847</dc:creator>
      <dc:date>2007-04-27T08:44:28Z</dc:date>
    </item>
  </channel>
</rss>

