<?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 Missing documentation for param_jpeg2k.precision in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766703#M292</link>
    <description>In IPP 6.1.5 UIC samples, when Encoding or Decoding a JPeg2000 image, the param struct must be filled in.&lt;BR /&gt;One member is "precision", with values J2K_16 and J2K_32; for example "param_jpeg2k.precision = J2K_16".&lt;BR /&gt;&lt;BR /&gt;I miss documentation for this parameter. What is it for, and what are the requirements and/or effects of using it?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Aug 2010 10:45:29 GMT</pubDate>
    <dc:creator>Thomas_Jensen1</dc:creator>
    <dc:date>2010-08-09T10:45:29Z</dc:date>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766703#M292</link>
      <description>In IPP 6.1.5 UIC samples, when Encoding or Decoding a JPeg2000 image, the param struct must be filled in.&lt;BR /&gt;One member is "precision", with values J2K_16 and J2K_32; for example "param_jpeg2k.precision = J2K_16".&lt;BR /&gt;&lt;BR /&gt;I miss documentation for this parameter. What is it for, and what are the requirements and/or effects of using it?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2010 10:45:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766703#M292</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2010-08-09T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766704#M293</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this parameter control arithmetic precision of internal computatations. When it is J2K_32 it mean 32-bit internal computations will be used and when it is J2K_16 then 16-bit computations will be used where it appropriate. 16-bit computation path allow to reduce a little bit internal memory buffers size.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Mon, 09 Aug 2010 11:39:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766704#M293</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-08-09T11:39:05Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766705#M294</link>
      <description>Thanks, but I was looking for an answer as I wrote in my question; Since J2K_16 indeed is faster, and since it uses less memory, can I always use that, also for 16u images, without problems?&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:24:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766705#M294</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2010-08-09T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766706#M295</link>
      <description>No. For 16-bit input data internal computations have to use higher precision to avoid artifacts. IPP JPEG2000 codec will ignore that parameter and force 32-bit computations in that case.&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Mon, 09 Aug 2010 13:34:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766706#M295</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-08-09T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766707#M296</link>
      <description>So, to conclude:&lt;BR /&gt;&lt;BR /&gt;- For 16u images, is it a requirement to use J2K_32?&lt;BR /&gt;- For 8u images, is it sufficient to use J2K_16?&lt;BR /&gt;- For 8u images, is it allowed to use J2K_16?&lt;BR /&gt;&lt;BR /&gt;This information is not available in the IPP samples.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2010 14:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766707#M296</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2010-08-09T14:40:37Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766708#M297</link>
      <description>Yes, for 8u images it is allowed and sufficient to use 16-bit precision for internal computations. For 16-bit images it is required to use 32-bit precision in internal computations.</description>
      <pubDate>Mon, 09 Aug 2010 15:44:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766708#M297</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-08-09T15:44:15Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766709#M298</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;You could pass this on to your IPP Sample documentation collegues.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2010 16:42:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766709#M298</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2010-08-09T16:42:14Z</dc:date>
    </item>
    <item>
      <title>Missing documentation for param_jpeg2k.precision</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766710#M299</link>
      <description>Sure. Unfortunately it is too late for IPP 7.0 release but weconstantly work onimprovement ofdocumentation.</description>
      <pubDate>Mon, 09 Aug 2010 16:50:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Missing-documentation-for-param-jpeg2k-precision/m-p/766710#M299</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-08-09T16:50:55Z</dc:date>
    </item>
  </channel>
</rss>

