<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[开源H.264 Video Encoder IP Core V2.0 发布]]></title><description><![CDATA[<h1>H.264 Video Encoder IP Core V2.0</h1>
<blockquote>
<h3>开源H.264 硬件视频编码器IP核</h3>
</blockquote>
<p dir="auto">H.264 Video Encoder IP Core 是开源的H.264硬件视频编码器，实现了H.264（AVC）的大部分功能。它由<a href="http://fudan.edu.cn/" rel="nofollow ugc">复旦大学</a><a href="http://sme.fudan.edu.cn/" rel="nofollow ugc">专用集成电路与系统国家重点实验室</a>（State Key Lab of ASIC &amp; System，Fudan University）<a href="http://viplab.fudan.edu.cn" rel="nofollow ugc">视频图像处理实验室</a>（VIP Lab）<a href="https://sme.fudan.edu.cn/info/detail?id=132" rel="nofollow ugc">范益波</a>教授研究团队开发完成，并开放源代码。任何组织个人可以无偿使用上述代码用于研究和生产目的，VIP Lab将会持续更新并维护编码器的软硬件开发。</p>
<blockquote>
<h3>基本Feature</h3>
</blockquote>
<ul>
<li>AVC/H.264 Baseline Profile</li>
<li>YUV 4:2:0</li>
<li>Bitdepth 8</li>
<li>FHD@60fps</li>
<li>GOP:I/P</li>
<li>MB: 16x16</li>
<li>1/4 Sub-pixel interpolation</li>
<li>Search range: 16</li>
<li>All Inter Partition mode</li>
<li>All 9 Intra prediction mode</li>
<li>CAVLC</li>
<li>Deblocking Filter</li>
</ul>
<blockquote>
<h3>本次更新内容</h3>
</blockquote>
<ul>
<li>H265ENC V2.0 功能更新内容</li>
</ul>
<ol>
<li>h264enc v2.0<br />
a.修复了1.0版本中存在的bug</li>
<li>INTRA – Intra mode decision &amp; partition decision<br />
a.调整C model的预测优先级从而匹配硬件代码</li>
<li>IME – Integer motion estimation<br />
a.修改生成mv_cost的方式，提高预测准确性</li>
<li>FME– Fractional motion estimation<br />
a.修复在fmv计算和亮度预测块生成上的bug<br />
b.重新实现了1/2插值的逻辑</li>
<li>TQ - Transformation &amp; Quantization<br />
a.增加QPc，使之符合标准<br />
b.增加量化和idct模块的位宽，防止发生溢出</li>
<li>CAVLC - Entropy coding<br />
a.修改状态机从而正确编码色度分量<br />
b.修复从TQ模块读取残差时的bug</li>
<li>FETCH<br />
a.修复取预测像素时的一些bug<br />
b.修改模块内对RAM读逻辑</li>
</ol>
<ul>
<li>完成测试项目<br />
我们测试了416x240到1920x1080的多个序列，确认在不同分辨率下以及在不同QP下编码器能够正常工作。测试中发现1.0版本中各个模块的已知bug均已修复。<br />
测试结果如下图所示:<br />
Intra test：CAVLC，10 frames<br />
<img src="/assets/uploads/files/1564625208967-h264-i.jpg" alt="0_1564625206698_H264-I.jpg" class=" img-fluid img-markdown" /><br />
Inter test：CAVLC，DB on，10 frames<br />
<img src="/assets/uploads/files/1564625303535-h264-p.jpg" alt="0_1564625301937_H264-P.jpg" class=" img-fluid img-markdown" /></li>
</ul>
<blockquote>
<h3>关于VIP Lab</h3>
</blockquote>
<p dir="auto">复旦大学VIP实验室专注于从事下一代视频、图像、AI硬件处理器研究，包括超高清视频、图像编解码器（CODEC IP），图像处理器（ISP IP），神经网络处理器（NN IP）等。<br />
实验室网站 <a href="http://viplab.fudan.edu.cn" rel="nofollow ugc">http://viplab.fudan.edu.cn</a></p>
<blockquote>
<h3>代码下载</h3>
</blockquote>
<p dir="auto"><a href="http://openasic.org/topic/79/h264-video-encoder-rtl-ip-core-version-2-0" rel="nofollow ugc">http://openasic.org/topic/79/h264-video-encoder-rtl-ip-core-version-2-0</a></p>
<blockquote>
<h3>关注我们</h3>
</blockquote>
<p dir="auto">微信公众号： OpenASIC<br />
<img src="/uploads/files/openasic-qrcode.jpg" alt="img" class=" img-fluid img-markdown" /></p>
]]></description><link>http://www.openasic.org/topic/80/开源h-264-video-encoder-ip-core-v2-0-发布</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 18:02:15 GMT</lastBuildDate><atom:link href="http://www.openasic.org/topic/80.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Aug 2019 01:54:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 开源H.264 Video Encoder IP Core V2.0 发布 on Sun, 09 Oct 2022 01:19:40 GMT]]></title><description><![CDATA[<p dir="auto">目前正在研讀, 看起來是很標準的作法.</p>
]]></description><link>http://www.openasic.org/post/507</link><guid isPermaLink="true">http://www.openasic.org/post/507</guid><dc:creator><![CDATA[yah1003us]]></dc:creator><pubDate>Sun, 09 Oct 2022 01:19:40 GMT</pubDate></item><item><title><![CDATA[Reply to 开源H.264 Video Encoder IP Core V2.0 发布 on Tue, 13 Sep 2022 02:41:00 GMT]]></title><description><![CDATA[<p dir="auto">请问能发布一些你们H264 encoder源码的说明文档吗</p>
]]></description><link>http://www.openasic.org/post/503</link><guid isPermaLink="true">http://www.openasic.org/post/503</guid><dc:creator><![CDATA[lg08]]></dc:creator><pubDate>Tue, 13 Sep 2022 02:41:00 GMT</pubDate></item></channel></rss>