Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
交流讨论 | General Discussion
No one has replied
B
视频已经处了,请大家移步 http://www.openasic.org/topic/23/h-265-video-encoder-fpga-demo-video
硬件编码性能肯定不能跟HM的性能比的。HM穷举起来一定能搜索到最优的模式组合,而硬件为了实时性要求一定是采用快速算法牺牲掉编码性能的。 intel和海思都是大厂,据我了解海思做H.265的都几百人的团队,他们的芯片也仅能做到差30%~50%的话,目前应该不存在差HM10%的硬件编码器。
intra prediction我们分成两个部分,pre intra做mode decision,post intra 做partiton decision。 目前版本的代码mode decision只传一个mode给post intra。 后期要预测的更准的话,需要多传几个mode。目前我们自己实验室测试下来,传8个mode给post intra就预测的很准了。
个人觉得放在github上较好,在那也有不少HDL相关的项目。以前用opencores.org,但其SVN和管理起来不太好。
昨天没有在github上找到,所以基于v1.0偷偷把建了一个,方面自己后续的学习和研究 https://github.com/Bearzeng/h.265_encoder