帧内预测

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

HEVC学习1—总框架与程序结构

要开始学术了。

我的研究方向是视频编解码,主要研究领域为HEVC,目前新手小白一枚。

这里通过博客的方式记录一下自己的学习过程,顺便也给与我一样的人一个参考。

一、HEVC简介

要对HEVC的总体架构有所了解(百度百科什么的其实一大堆),建议参考这两篇文章,具体可以谷歌学术,找到pdf下载

1.Overview of the High Efficiency Video Coding (HEVC) Standard

这篇文章便是传说中的HEVC overview官方文档啦

想看中文翻译是怎么样的,可以看看这篇文章《解读下一代视频压缩标准HEVC (H.265)》

2. High Performance, Low Complexity Video Coding and the Emerging HEVC Standard 这篇文章介绍了HEVC的发展历史,以及HEVC中采用的一些重要技术。

其他的文章还包括有,我现在也在慢慢地看。

列表如下:

3. A Hybrid Video Coder Based on Extended Macroblock Sizes, Improved Interpolation, and Flexible Motion Representation

4. Video Coding Using a Simplified Block Structure and Advanced Coding Techniques

5. Video Compression Using Nested Quadtree Structures, Leaf Merging, and Improved Techniques for Motion Representation and Entropy Coding

6. Improved Video Compression Efficiency Through Flexible Unit Representation and Corresponding Extension of Coding Tools

7. Comparison of the Coding Efficiency of Video Coding Standards—Including High Efficiency Video Coding (HEVC)

8. HEVC Complexity and Implementation Analysis

9. Block Partitioning Structure in the HEVC Standard

10. Quadtree Based Nonsquare Block Structure for Inter Frame Coding in High Efficiency Video Coding

11. Block Merging for Quadtree-Based Partitioning in HEVC

12. Decoder-Side Motion Vector Derivation for Block-Based Video Coding

13. HEVC Deblocking Filter

14. Sample Adaptive Offset in the HEVC Standard

15. Transform Coefficient Coding in HEVC

16. Comparative Rate-Distortion-Complexity Analysis of HEVC and AVC Video Codecs

17. High Throughput CABAC Entropy Coding in HEVC

18. Intra Coding of the HEVC Standard

19. Adaptive Global Motion Temporal Filtering for High Efficiency Video Coding

20. Parallel Scalability and Efficiency of HEVC Parallelization Approaches

21. HEVC Lossless Coding and Improvements

22. Rate-Distortion Optimized Reference Picture Management for High Efficiency Video Coding

23. Performance and Computational Complexity Assessment of High-Efficiency Video Encoders

HEVC的官方详细文档见这里:

phenix.it-sudparis.eu/jct/doc_end_user/current_document.php?id=7243

二、HM

HEVC的官方测试程序为HM。HM的代码见:

https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/tags/

大家可以下载一个svn,Windows下的请搜索TortoiseSVN,使用方法可以参考这篇博客TortoiseSVN使用方法:/blsong/archive/2010/09/02/1816124.html 关于HM的使用和参数配置参考了这篇文章:

/hevc_cjl/article/details/8169182

这位博主很不错,分享了大量的代码注释,并讲解了一些重要的概念和代码。

测试中主要使用的工程为TAppEncoder 和TAppDecoder,前者为编码器,后者为解码器。编码器的输入参数为-c "cfg/encoder_randomaccess_main.cfg" -c

"cfg/per-sequence/BQSquare_416x240_60.cfg"

加引号的目的是使得引号内的内容作为一个参数传递(避免路径中的空格带来的影响)

如图所示:

相关文档
最新文档